diff options
author | Sven Gothel <[email protected]> | 2013-11-01 03:42:20 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-11-01 03:42:20 +0100 |
commit | 3fec08a69de571cf2939e6028487faea8a23ccaa (patch) | |
tree | aed80bf2412793fb4ce1a94aab39c6ed30b579f5 | |
parent | 54fc675ce0a88b8432bcfa37d61e579a914b5645 (diff) |
Release 2.1.2 (Android 0914017)v2.1.2
Note: We are not quite done yet - but preparing 2.1.2 build now.
-rwxr-xr-x | make/jogamp-env.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/jogamp-env.xml b/make/jogamp-env.xml index d20daa6..9ef6d97 100755 --- a/make/jogamp-env.xml +++ b/make/jogamp-env.xml @@ -87,7 +87,7 @@ <echo message="jogamp.version ${jogamp.version}"/> <!-- This is the Android version: xxyyzzz, xx=API yy screen-from-to zzz app-version--> - <property name="jogamp.version.int" value="0914016"/> + <property name="jogamp.version.int" value="0914017"/> <echo message="jogamp.version.int ${jogamp.version.int}"/> <!-- only set 'junit.is.disabled' if set in environment as 'true' to disable JUNIT tests --> |