File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 66namespace BranchIO {
77
88#define VERSION_MAJOR 1
9- #define VERSION_MINOR 0
10- #define VERSION_REVISION 1
9+ #define VERSION_MINOR 1
10+ #define VERSION_REVISION 0
1111
1212} // namespace BranchIO
1313
Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.12)
22
33# TODO(jdee): Set the version in one place and pass it around.
4- project (root VERSION 1.0.1 LANGUAGES CXX)
4+ project (root VERSION 1.1.0 LANGUAGES CXX)
55
66# Determines handling of RPATH and related variables when building dylibs on Mac.
77# TODO(jdee): Review this. RPATH is an issue on Unix right now.
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ class BranchioConan(ConanFile):
1111 # ----- Package metadata -----
1212 name = "BranchIO"
1313 # TODO(jdee): Set the version in one place and propagate it
14- version = "1.0.1 "
14+ version = "1.1.0 "
1515 license = "MIT"
1616 description = "Branch Metrics deep linking and attribution analytics C++ SDK"
1717 topics = (
You can’t perform that action at this time.
0 commit comments