summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorKevin Rushforth <[email protected]>2007-07-17 18:47:23 +0000
committerKevin Rushforth <[email protected]>2007-07-17 18:47:23 +0000
commitfd5c8ddbefd4ae9d060d2b3c90f6ff74f4a3f2f4 (patch)
tree20268b59964b4429225a586325f22ef81a29b753 /build.xml
parent7eb89d93b7863a1211055efc7b3a1c58cbd3178e (diff)
Bump version number to 1.5.2
git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@866 ba19aa83-45c5-6ac9-afd3-db810772062c
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/build.xml b/build.xml
index 8c8131e..7a5c0bb 100644
--- a/build.xml
+++ b/build.xml
@@ -14,7 +14,7 @@
*/
-->
-<project name="java3d-1.5.1" default="jar-debug" basedir=".">
+<project name="java3d-1.5.2" default="jar-debug" basedir=".">
<!--
*********************************************************************
@@ -51,13 +51,13 @@
* build number that is greater than the previous build's build
* number.
-->
- <property name="version_buildnum" value="7"/>
+ <property name="version_buildnum" value="1"/>
<!--
* The following property specifies the beta revision of the current
* Java 3D version being built. It is ignored for non-beta builds.
-->
- <property name="version_betastr" value="beta3"/>
+ <property name="version_betastr" value="beta1"/>
<!--
* The following property specifies the patch revision of the current
@@ -72,8 +72,8 @@
* separated by "periods ("."). The version_base_file property must
* be the same version number as version_base with "_" replacing ".".
-->
- <property name="version_base" value="1.5.1"/>
- <property name="version_base_file" value="1_5_1"/>
+ <property name="version_base" value="1.5.2"/>
+ <property name="version_base_file" value="1_5_2"/>
<!-- ************************************* -->