summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index c482d8a..3c1fd25 100644
--- a/build.xml
+++ b/build.xml
@@ -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">