diff options
author | Kevin Rushforth <[email protected]> | 2005-10-17 23:09:50 +0000 |
---|---|---|
committer | Kevin Rushforth <[email protected]> | 2005-10-17 23:09:50 +0000 |
commit | bbbd3f78002273305ea08e3b5b151e4203759a36 (patch) | |
tree | b9554a90f634be9148b490ac79e5939c10743115 /build.xml | |
parent | 61ffc4dc377385a64aacb8070876bbae4c0bd348 (diff) |
Merged changes from dev-1_4 branch into the main trunk.
NOTE: all 1.4 development will now proceed on the main trunk. The dev-1_4 branch is closed.
git-svn-id: https://svn.java.net/svn/vecmath~svn/trunk@55 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" default="jar-opt" basedir="."> +<project name="vecmath-1.4.0" default="jar-opt" 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_3_2"/> + <property name="version" value="1_4_0"/> <property name="docname" value="vecmath-${version}-doc"/> <target name="echo"> |