diff options
author | Kevin Rushforth <[email protected]> | 2008-06-18 20:39:03 +0000 |
---|---|---|
committer | Kevin Rushforth <[email protected]> | 2008-06-18 20:39:03 +0000 |
commit | 17b9e3367a9356d7361031e824d30c027edd6abf (patch) | |
tree | 16e8f7146545df2d5e8f62ee49bcb871e8cde728 /build.xml | |
parent | 459841aa7b58049949943015c8bfe205fc445c00 (diff) |
Update version to 1.6
git-svn-id: https://svn.java.net/svn/vecmath~svn/branches/dev-1_6@134 dd45e54d-f42e-c781-df72-dca083a658b1
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -14,7 +14,7 @@ */ --> -<project name="vecmath-1.5.2" default="jar-debug" basedir="."> +<project name="vecmath-1.6.0" default="jar-debug" basedir="."> <!-- *************************************** --> <!-- *** Begin build-specific properties *** --> @@ -27,7 +27,7 @@ * separated by "periods ("."). It should match the version base * defined in the j3d-core build.xml file. --> - <property name="version_base" value="1.5.2"/> + <property name="version_base" value="1.6.0"/> <!-- ************************************* --> <!-- *** End build-specific properties *** --> @@ -38,7 +38,7 @@ <property name="src" location="src"/> <property name="build" location="build"/> <property name="dist" location="dist"/> - <property name="version" value="1_5_2"/> + <property name="version" value="1_6_0"/> <property name="docname" value="vecmath-${version}-doc"/> <property name="build.spec.title" value="3D Vector Math Package"/> |