Skip to content

Commit eab9c89

Browse files
committed
j3dcore: update version to 1.6.2
Signed-off-by: Harvey Harrison <[email protected]>
1 parent cb58c9a commit eab9c89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010

1111
<property name="vecmath.dir" location="../vecmath"/>
1212
<property name="vecmath.src.dir" location="${vecmath.dir}/src"/>
13-
<property name="vecmath.lib" location="${vecmath.dir}/build/jars/vecmath.jar"/>
13+
<property name="vecmath.lib" location="${vecmath.dir}/build/jars/vecmath.jar"/>
1414

1515
<property name="jogl.lib" location="../jogl-v2.3.2/jogl-all.jar"/>
1616
<property name="gluegen.lib" location="../jogl-v2.3.2/gluegen-rt.jar"/>
1717

18-
<property name="version_base" value="1.6.1"/>
18+
<property name="version_base" value="1.6.2"/>
1919
<property name="build.spec.title" value="3D Graphics API for the Java Platform"/>
2020
<property name="build.spec.vendor" value=""/>
2121
<property name="build.impl.title" value="3D Graphics API for the Java Platform"/>

0 commit comments

Comments
 (0)