diff options
author | Kevin Rushforth <[email protected]> | 2006-01-07 00:36:24 +0000 |
---|---|---|
committer | Kevin Rushforth <[email protected]> | 2006-01-07 00:36:24 +0000 |
commit | bb3d3da5cdc1db6537a62afdb7d9c7de9ac87f91 (patch) | |
tree | 773d62fabeb4248726c5631a7613144e14a130b6 /build.xml | |
parent | fce434af80518d9c24e1b48c64d1baf9e4e5f543 (diff) |
Bumped buildnum to build10
git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@502 ba19aa83-45c5-6ac9-afd3-db810772062c
Diffstat (limited to 'build.xml')
-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="9"/> + <property name="version_buildnum" value="10"/> <!-- * 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 |