aboutsummaryrefslogtreecommitdiffstats
path: root/src/native
diff options
context:
space:
mode:
authorKevin Rushforth <[email protected]>2007-07-17 18:47:23 +0000
committerKevin Rushforth <[email protected]>2007-07-17 18:47:23 +0000
commitfd5c8ddbefd4ae9d060d2b3c90f6ff74f4a3f2f4 (patch)
tree20268b59964b4429225a586325f22ef81a29b753 /src/native
parent7eb89d93b7863a1211055efc7b3a1c58cbd3178e (diff)
Bump version number to 1.5.2
git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@866 ba19aa83-45c5-6ac9-afd3-db810772062c
Diffstat (limited to 'src/native')
-rw-r--r--src/native/d3d/D3dDriverInfo.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/native/d3d/D3dDriverInfo.cpp b/src/native/d3d/D3dDriverInfo.cpp
index 664a347..21692e8 100644
--- a/src/native/d3d/D3dDriverInfo.cpp
+++ b/src/native/d3d/D3dDriverInfo.cpp
@@ -271,7 +271,7 @@ VOID D3dDriverInfo::release()
VOID printInfo()
{
- printf("Java 3D 1.5.1, Windows version is %d.%d ",
+ printf("Java 3D 1.5.2, Windows version is %d.%d ",
osvi.dwMajorVersion, osvi.dwMinorVersion);
printf("Build: %d, ", LOWORD(osvi.dwBuildNumber));
@@ -344,7 +344,7 @@ VOID D3dDriverInfo::initialize(JNIEnv *env)
LPDIRECT3D9 pD3D = Direct3DCreate9( D3D_SDK_VERSION );
if (debug){
printf("[Java3D] Using DirectX D3D 9.0 or higher.\n");
- printf("[Java3D] DirectX D3D renderer build 1.5.1\n");
+ printf("[Java3D] DirectX D3D renderer build 1.5.2\n");
}
if (pD3D == NULL) {
D3dCtx::d3dError(D3DNOTFOUND);