diff options
author | Harvey Harrison <[email protected]> | 2019-01-04 14:40:31 -0800 |
---|---|---|
committer | Harvey Harrison <[email protected]> | 2019-01-04 14:40:31 -0800 |
commit | eab9c8934c3a2f311f308972ad337c6f81728764 (patch) | |
tree | 3655726b9f956f9d52bb71a94f15bf1694be87d7 /build.xml | |
parent | cb58c9ae39c9202efadf3166face2499b3cd51a6 (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.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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"/> |