diff options
author | Kevin Rushforth <[email protected]> | 2005-02-18 19:28:27 +0000 |
---|---|---|
committer | Kevin Rushforth <[email protected]> | 2005-02-18 19:28:27 +0000 |
commit | feeaacfb070bfa2371c95d35e76e8000c2c550f5 (patch) | |
tree | aa0aafd0f36a19e7e15d3b2247843b591314ee9d | |
parent | f390b8d1bf3aeb184f64b417fd2778d29672eacf (diff) |
Bump buildnum to 11 and betastr to beta4
git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@130 ba19aa83-45c5-6ac9-afd3-db810772062c
-rw-r--r-- | build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -51,13 +51,13 @@ * build number that is greater than the previous build's build * number. --> - <property name="version_buildnum" value="11"/> + <property name="version_buildnum" value="12"/> <!-- * 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="beta4"/> <!-- * The following property specifies the patch revision of the current |