summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorKevin Rushforth <[email protected]>2005-10-17 23:09:50 +0000
committerKevin Rushforth <[email protected]>2005-10-17 23:09:50 +0000
commitbbbd3f78002273305ea08e3b5b151e4203759a36 (patch)
treeb9554a90f634be9148b490ac79e5939c10743115 /build.xml
parent61ffc4dc377385a64aacb8070876bbae4c0bd348 (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.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index 508af46..47ae5ae 100644
--- a/build.xml
+++ b/build.xml
@@ -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">