Skip to content

Commit

Permalink
Update version to 2.2.0.25.
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiecohen committed Jun 8, 2013
1 parent 2110234 commit 8f11fae
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Include/OniVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#define ONI_VERSION_MAJOR 2
#define ONI_VERSION_MINOR 2
#define ONI_VERSION_MAINTENANCE 0
#define ONI_VERSION_BUILD 24
#define ONI_VERSION_BUILD 25

/** OpenNI version (in brief string format): "Major.Minor.Maintenance (Build)" */
#define ONI_BRIEF_VERSION_STRING \
Expand Down
2 changes: 1 addition & 1 deletion Packaging/Install/Includes/Variables.wxi
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<?define MinorVersion=2?>
<?define MaintenanceVersion=0?>
<!-- BuildVersion is NOT used by WiX in the upgrade procedure -->
<?define BuildVersion=24?>
<?define BuildVersion=25?>
<!-- Full version number to display -->
<?define VersionNumber="$(var.MajorVersion).$(var.MinorVersion).$(var.MaintenanceVersion).$(var.BuildVersion)"?>
<?define VersionName="2.2"?>
Expand Down
2 changes: 1 addition & 1 deletion Packaging/UpdateVersion.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
VERSION_MAJOR = 2
VERSION_MINOR = 2
VERSION_MAINTENANCE = 0
VERSION_BUILD = 24
VERSION_BUILD = 25

def getVersionString():
return str(VERSION_MAJOR) + "." + str(VERSION_MINOR) + "." + str(VERSION_MAINTENANCE) + "." + str(VERSION_BUILD)
Expand Down
4 changes: 2 additions & 2 deletions ReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
OpenNI 2.2.0 Build 24
June 5 2013
OpenNI 2.2.0 Build 25
June 6 2013

Minimum Requirements:
---------------------
Expand Down

0 comments on commit 8f11fae

Please sign in to comment.