summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorKevin Rushforth <[email protected]>2005-03-22 01:05:30 +0000
committerKevin Rushforth <[email protected]>2005-03-22 01:05:30 +0000
commit3660a7c0230c22b340ca9c226d37d7f3c4b13adf (patch)
tree259fc456764832b5148f7a67c0e5f487e0a705f3 /build.xml
parentd4cdd3aa0bcd56f7807b3e77a14834f8917f7640 (diff)
Bump version number to 1.3.3 so daily or experimental builds aren't
misidentified as 1.3.2 git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@167 ba19aa83-45c5-6ac9-afd3-db810772062c
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/build.xml b/build.xml
index 27d6b4a..7af8946 100644
--- a/build.xml
+++ b/build.xml
@@ -51,13 +51,13 @@
* build number that is greater than the previous build's build
* number.
-->
- <property name="version_buildnum" value="12"/>
+ <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="beta4"/>
+ <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.3.2"/>
- <property name="version_base_file" value="1_3_2"/>
+ <property name="version_base" value="1.3.3"/>
+ <property name="version_base_file" value="1_3_3"/>
<!-- ************************************* -->