diff options
author | Kevin Rushforth <[email protected]> | 2006-12-14 21:02:44 +0000 |
---|---|---|
committer | Kevin Rushforth <[email protected]> | 2006-12-14 21:02:44 +0000 |
commit | 4ad18959d0ea6209de00f4942a5437beefcb21e6 (patch) | |
tree | b84df8fd3ccce8cd94a3b0a2c9b566c64ece74b1 /build.xml | |
parent | 99f86ecada028dcce378a1d50bc6986e75e74089 (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.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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"> |