diff options
author | Kevin Rushforth <[email protected]> | 2007-07-17 18:46:36 +0000 |
---|---|---|
committer | Kevin Rushforth <[email protected]> | 2007-07-17 18:46:36 +0000 |
commit | 680a54822c00e744a60b159cb1cc4d1ae21a8be8 (patch) | |
tree | 343f15ba595ad430c2a369f47a6993600d7e1cb4 /build.xml | |
parent | 4a81521d93cc087b32c0deac5f30d57afdfcb50c (diff) |
Bump version number to 1.5.2
git-svn-id: https://svn.java.net/svn/vecmath~svn/trunk@123 dd45e54d-f42e-c781-df72-dca083a658b1
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -14,13 +14,13 @@ */ --> -<project name="vecmath-1.5.1" default="jar-debug" basedir="."> +<project name="vecmath-1.5.2" default="jar-debug" basedir="."> <!-- Set global properties for this build --> <property name="src" location="src"/> <property name="build" location="build"/> <property name="dist" location="dist"/> - <property name="version" value="1_5_1"/> + <property name="version" value="1_5_2"/> <property name="docname" value="vecmath-${version}-doc"/> <target name="echo"> |