diff options
author | Kevin Rushforth <[email protected]> | 2008-03-05 18:54:04 +0000 |
---|---|---|
committer | Kevin Rushforth <[email protected]> | 2008-03-05 18:54:04 +0000 |
commit | 93ebcaaf2268f170348f88f4e12da9e7043d6d72 (patch) | |
tree | 7f13d9651e20f9ba50feaf5b4729e067e7e7a063 /build.xml | |
parent | fc9ebb64abf9222a406d1753dd69b7476bdaff31 (diff) |
Bumped buildnum
git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@895 ba19aa83-45c5-6ac9-afd3-db810772062c
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -37,13 +37,13 @@ * build number that is greater than the previous build's build * number. --> - <property name="version_buildnum" value="2"/> + <property name="version_buildnum" value="3"/> <!-- * The following property specifies the beta revision of the current * version of 3D being built. It is ignored for non-beta builds. --> - <property name="version_betastr" value="beta1"/> + <property name="version_betastr" value="beta2"/> <!-- * The following property specifies the patch revision of the current |