diff options
author | Kevin Rushforth <[email protected]> | 2008-06-18 20:37:29 +0000 |
---|---|---|
committer | Kevin Rushforth <[email protected]> | 2008-06-18 20:37:29 +0000 |
commit | 5b3a1a917d0cc749243949cf4d7bb2ca65338e83 (patch) | |
tree | aeb07d1b32dbb9eaaa4723fbdf65cd3956f9da5e /build.xml | |
parent | 2365c835ba280d64a1ec899c008f0b013db40b33 (diff) |
Update version to 1.6
git-svn-id: https://svn.java.net/svn/j3d-core~svn/branches/dev-1_6@910 ba19aa83-45c5-6ac9-afd3-db810772062c
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ <?xml version="1.0"?> -<project name="j3d-1.5.2" default="jar-debug" basedir="."> +<project name="j3d-1.6.0" default="jar-debug" basedir="."> <!-- ********************************************************************* @@ -37,13 +37,13 @@ * build number that is greater than the previous build's build * number. --> - <property name="version_buildnum" value="3"/> + <property name="version_buildnum" value="1"/> <!-- * 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="beta2"/> + <property name="version_betastr" value="beta1"/> <!-- * The following property specifies the patch revision of the current @@ -58,8 +58,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.5.2"/> - <property name="version_base_file" value="1_5_2"/> + <property name="version_base" value="1.6.0"/> + <property name="version_base_file" value="1_6_0"/> <!-- ************************************* --> |