summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorKevin Rushforth <[email protected]>2006-12-14 21:02:44 +0000
committerKevin Rushforth <[email protected]>2006-12-14 21:02:44 +0000
commit4ad18959d0ea6209de00f4942a5437beefcb21e6 (patch)
treeb84df8fd3ccce8cd94a3b0a2c9b566c64ece74b1 /build.xml
parent99f86ecada028dcce378a1d50bc6986e75e74089 (diff)
Bumped version to 1.5.1
git-svn-id: https://svn.java.net/svn/vecmath~svn/trunk@114 dd45e54d-f42e-c781-df72-dca083a658b1
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 b19f184..38bbcd8 100644
--- a/build.xml
+++ b/build.xml
@@ -14,13 +14,13 @@
*/
-->
-<project name="vecmath-1.5.0" default="jar-debug" basedir=".">
+<project name="vecmath-1.5.1" 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_0"/>
+ <property name="version" value="1_5_1"/>
<property name="docname" value="vecmath-${version}-doc"/>
<target name="echo">