summaryrefslogtreecommitdiffstats
path: root/make/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'make/build.xml')
-rw-r--r--make/build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/build.xml b/make/build.xml
index 807b543..49524de 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -960,7 +960,7 @@
androidmanifest.path="resources/android/AndroidManifest-Launcher.xml"
androidresources.path="resources/android/res"
jarmanifest.path="${build}/Manifest-android-launcher.temp"
- version.code="${jogamp_int_version}"
+ version.code="${jogamp.version.int}"
version.name="${jogamp.version}"
/>
</target>
@@ -986,7 +986,7 @@
androidmanifest.path="resources/android/AndroidManifest-Runtime.xml"
androidresources.path="resources/android/res"
jarmanifest.path="${build}/Manifest-rt-android.temp"
- version.code="${jogamp_int_version}"
+ version.code="${jogamp.version.int}"
version.name="${jogamp.version}"
/>
</target>