diff options
author | Kevin Rushforth <[email protected]> | 2007-06-04 23:59:48 +0000 |
---|---|---|
committer | Kevin Rushforth <[email protected]> | 2007-06-04 23:59:48 +0000 |
commit | 7352c251d42d5f7058904425a0b6f8d79de8b095 (patch) | |
tree | d7ac1cbee750e183d202ba0c7f781c1a1a906490 /build.xml | |
parent | 67d575afec1e36afdcd870f142b79439aaa1c4f3 (diff) |
Bumped buildnum
git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@853 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="5"/> + <property name="version_buildnum" value="6"/> <!-- * 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="beta2"/> + <property name="version_betastr" value="beta3"/> <!-- * The following property specifies the patch revision of the current |