Skip to content

Commit b77c5f5

Browse files
committed
Updated version to 2.0.1
1 parent 63895a9 commit b77c5f5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

BranchInstaller/Product.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version='1.0' encoding='windows-1252'?>
22
<Wix xmlns='http://schemas.microsoft.com/wix/2006/wi'>
3-
<Product Id="*" Language="1033" Manufacturer="Branch Metrics, Inc." Name="Branch C++ SDK for Windows" UpgradeCode="29b1dc08-2190-48f0-bc3c-7455381f2156" Version="2.0.0">
3+
<Product Id="*" Language="1033" Manufacturer="Branch Metrics, Inc." Name="Branch C++ SDK for Windows" UpgradeCode="29b1dc08-2190-48f0-bc3c-7455381f2156" Version="2.0.1">
44
<Package Compressed="yes" InstallScope="perMachine" InstallerVersion="200"/>
55
<MajorUpgrade DowngradeErrorMessage="A newer version of Branch C++ SDK for Windows is already installed."/>
66
<Media Id="1" Cabinet="cab1.cab" EmbedCab="yes"/>

BranchSDK/src/BranchIO/Version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55

66
#define BRANCHIO_VERSION_MAJOR 2
77
#define BRANCHIO_VERSION_MINOR 0
8-
#define BRANCHIO_VERSION_REVISION 0
8+
#define BRANCHIO_VERSION_REVISION 1
99

1010
#endif // BRANCHIO_VERSION_H__

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.15)
22

3-
project(root VERSION 2.0.0 LANGUAGES CXX)
3+
project(root VERSION 2.0.1 LANGUAGES CXX)
44

55
# Enable Unit Testing.
66
# TODO: Investigate why this appears to be needed at the top level CMakeLists

conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class BranchioConan(ConanFile):
1111

1212
# ----- Package metadata -----
1313
name = "BranchIO"
14-
version = "1.2.3"
14+
version = "2.0.1"
1515
license = "MIT"
1616
description = "Branch Metrics deep linking and attribution analytics C++ SDK"
1717
topics = (

0 commit comments

Comments
 (0)