Skip to content

Commit 7bef8f6

Browse files
committed
Update version to 2.2.0.33
1 parent 5959611 commit 7bef8f6

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Include/OniVersion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#define ONI_VERSION_MAJOR 2
2424
#define ONI_VERSION_MINOR 2
2525
#define ONI_VERSION_MAINTENANCE 0
26-
#define ONI_VERSION_BUILD 32
26+
#define ONI_VERSION_BUILD 33
2727

2828
/** OpenNI version (in brief string format): "Major.Minor.Maintenance (Build)" */
2929
#define ONI_BRIEF_VERSION_STRING \

Packaging/Install/Includes/Variables.wxi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<?define MinorVersion=2?>
99
<?define MaintenanceVersion=0?>
1010
<!-- BuildVersion is NOT used by WiX in the upgrade procedure -->
11-
<?define BuildVersion=32?>
11+
<?define BuildVersion=33?>
1212
<!-- Full version number to display -->
1313
<?define VersionNumber="$(var.MajorVersion).$(var.MinorVersion).$(var.MaintenanceVersion).$(var.BuildVersion)"?>
1414
<?define VersionName="2.2"?>

Packaging/UpdateVersion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
VERSION_MAJOR = 2
2929
VERSION_MINOR = 2
3030
VERSION_MAINTENANCE = 0
31-
VERSION_BUILD = 32
31+
VERSION_BUILD = 33
3232

3333
def getVersionString():
3434
return str(VERSION_MAJOR) + "." + str(VERSION_MINOR) + "." + str(VERSION_MAINTENANCE) + "." + str(VERSION_BUILD)

ReleaseNotes.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
OpenNI 2.2.0 Build 32
2-
October 22 2013
1+
OpenNI 2.2.0 Build 33
2+
November 12 2013
33

44
Minimum Requirements:
55
---------------------

0 commit comments

Comments
 (0)