Skip to content

Commit

Permalink
j3dcore: update version to 1.6.2
Browse files Browse the repository at this point in the history
Signed-off-by: Harvey Harrison <[email protected]>
  • Loading branch information
hharrison committed Jan 4, 2019
1 parent cb58c9a commit eab9c89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"/>
Expand Down

0 comments on commit eab9c89

Please sign in to comment.