Skip to content

Commit

Permalink
Update version to 2.2.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiecohen committed May 13, 2013
1 parent 34a9545 commit d5167f5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 12
#define ONI_VERSION_BUILD 13

/** 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=12?>
<?define BuildVersion=13?>
<!-- Full version number to display -->
<?define VersionNumber="$(var.MajorVersion).$(var.MinorVersion).$(var.MaintenanceVersion).$(var.BuildVersion)"?>

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 = 12
VERSION_BUILD = 13

class UpdateVersion:
def main(self):
Expand Down
2 changes: 1 addition & 1 deletion ReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
OpenNI 2.2.0 Build 12
OpenNI 2.2.0 Build 13
May 12 2013

Minimum Requirements:
Expand Down

0 comments on commit d5167f5

Please sign in to comment.