From 3660a7c0230c22b340ca9c226d37d7f3c4b13adf Mon Sep 17 00:00:00 2001
From: Kevin Rushforth <kcr@dev.java.net>
Date: Tue, 22 Mar 2005 01:05:30 +0000
Subject: Bump version number to 1.3.3 so daily or experimental builds aren't
 misidentified as 1.3.2

git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@167 ba19aa83-45c5-6ac9-afd3-db810772062c
---
 build.xml                           | 8 ++++----
 release-info/pre-release/README.txt | 2 +-
 src/native/d3d/D3dDriverInfo.cpp    | 2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/build.xml b/build.xml
index 27d6b4a..7af8946 100644
--- a/build.xml
+++ b/build.xml
@@ -51,13 +51,13 @@
   * build number that is greater than the previous build's build
   * number.
   -->
-  <property name="version_buildnum"   value="12"/>
+  <property name="version_buildnum"   value="1"/>
 
   <!--
   * 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="beta4"/>
+  <property name="version_betastr"    value="beta1"/>
 
   <!--
   * The following property specifies the patch revision of the current
@@ -72,8 +72,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.3.2"/>
-  <property name="version_base_file"  value="1_3_2"/>
+  <property name="version_base"       value="1.3.3"/>
+  <property name="version_base_file"  value="1_3_3"/>
 
 
   <!-- ************************************* -->
diff --git a/release-info/pre-release/README.txt b/release-info/pre-release/README.txt
index f47ea76..40edd3a 100644
--- a/release-info/pre-release/README.txt
+++ b/release-info/pre-release/README.txt
@@ -1,4 +1,4 @@
-This binary release of Java 3D 1.3.2-experimental is an intermediate
+This binary release of Java 3D 1.3.3-experimental is an intermediate
 build made available for testing purposes only. The code is untested
 and presumed incompatible with the Java 3D(TM) API specification. You
 must only use this code in accordance with the terms under which the
diff --git a/src/native/d3d/D3dDriverInfo.cpp b/src/native/d3d/D3dDriverInfo.cpp
index 664f82a..01a3694 100644
--- a/src/native/d3d/D3dDriverInfo.cpp
+++ b/src/native/d3d/D3dDriverInfo.cpp
@@ -204,7 +204,7 @@ VOID D3dDriverInfo::release()
 
 VOID printInfo() 
 {
-    printf("Java 3D 1.3.2, Windows version is %d.%d ", 
+    printf("Java 3D 1.3.3, Windows version is %d.%d ", 
 	   osvi.dwMajorVersion, osvi.dwMinorVersion);
     
     printf("Build: %d, ", LOWORD(osvi.dwBuildNumber)); 
-- 
cgit v1.2.3