aboutsummaryrefslogtreecommitdiffstats
path: root/src/native/d3d
diff options
context:
space:
mode:
authorKevin Rushforth <[email protected]>2005-03-22 01:05:30 +0000
committerKevin Rushforth <[email protected]>2005-03-22 01:05:30 +0000
commit3660a7c0230c22b340ca9c226d37d7f3c4b13adf (patch)
tree259fc456764832b5148f7a67c0e5f487e0a705f3 /src/native/d3d
parentd4cdd3aa0bcd56f7807b3e77a14834f8917f7640 (diff)
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
Diffstat (limited to 'src/native/d3d')
-rw-r--r--src/native/d3d/D3dDriverInfo.cpp2
1 files changed, 1 insertions, 1 deletions
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));