Update version to 2.3.0.15

This commit is contained in:
Eddie Cohen 2013-11-10 14:58:29 +02:00 committed by eddie.cohen
parent d024e18018
commit 53dc98d8e4
8 changed files with 9 additions and 9 deletions

View File

@ -23,7 +23,7 @@
#define ONI_VERSION_MAJOR 2
#define ONI_VERSION_MINOR 3
#define ONI_VERSION_MAINTENANCE 0
#define ONI_VERSION_BUILD 14
#define ONI_VERSION_BUILD 15
/** OpenNI version (in brief string format): "Major.Minor.Maintenance (Build)" */
#define ONI_BRIEF_VERSION_STRING \

View File

@ -8,7 +8,7 @@
<?define MinorVersion=3?>
<?define MaintenanceVersion=0?>
<!-- BuildVersion is NOT used by WiX in the upgrade procedure -->
<?define BuildVersion=14?>
<?define BuildVersion=15?>
<!-- Full version number to display -->
<?define VersionNumber="$(var.MajorVersion).$(var.MinorVersion).$(var.MaintenanceVersion).$(var.BuildVersion)"?>
<?define VersionName="2.3"?>

View File

@ -30,7 +30,7 @@ from datetime import date
VERSION_MAJOR = 2
VERSION_MINOR = 3
VERSION_MAINTENANCE = 0
VERSION_BUILD = 14
VERSION_BUILD = 15
def getVersionString():
return str(VERSION_MAJOR) + "." + str(VERSION_MINOR) + "." + str(VERSION_MAINTENANCE) + "." + str(VERSION_BUILD)

View File

@ -1,5 +1,5 @@
OpenNI 2.3.0 Build 14
October 31 2013
OpenNI 2.3.0 Build 15
November 10 2013
Minimum Requirements:
---------------------

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.openni.android.samples.simpleread"
android:versionCode="203000014"
android:versionCode="203000015"
android:versionName="2.3" >
<uses-sdk

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.openni.android.samples.simpleviewer"
android:versionCode="203000014"
android:versionCode="203000015"
android:versionName="2.3" >
<uses-sdk

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.openni.android.tools.niviewer"
android:versionCode="203000014"
android:versionCode="203000015"
android:versionName="2.3" >
<uses-sdk

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.openni.android"
android:versionCode="203000014"
android:versionCode="203000015"
android:versionName="2.3">
<uses-sdk android:minSdkVersion="14"/>