summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorHarvey Harrison <[email protected]>2019-01-04 14:40:31 -0800
committerHarvey Harrison <[email protected]>2019-01-04 14:40:31 -0800
commiteab9c8934c3a2f311f308972ad337c6f81728764 (patch)
tree3655726b9f956f9d52bb71a94f15bf1694be87d7 /build.xml
parentcb58c9ae39c9202efadf3166face2499b3cd51a6 (diff)
j3dcore: update version to 1.6.21.6.2
Signed-off-by: Harvey Harrison <[email protected]>
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index 7667ce3..42ddf9c 100644
--- a/build.xml
+++ b/build.xml
@@ -10,12 +10,12 @@
<property name="vecmath.dir" location="../vecmath"/>
<property name="vecmath.src.dir" location="${vecmath.dir}/src"/>
- <property name="vecmath.lib" location="${vecmath.dir}/build/jars/vecmath.jar"/>
+ <property name="vecmath.lib" location="${vecmath.dir}/build/jars/vecmath.jar"/>
<property name="jogl.lib" location="../jogl-v2.3.2/jogl-all.jar"/>
<property name="gluegen.lib" location="../jogl-v2.3.2/gluegen-rt.jar"/>
- <property name="version_base" value="1.6.1"/>
+ <property name="version_base" value="1.6.2"/>
<property name="build.spec.title" value="3D Graphics API for the Java Platform"/>
<property name="build.spec.vendor" value=""/>
<property name="build.impl.title" value="3D Graphics API for the Java Platform"/>