aboutsummaryrefslogtreecommitdiffstats
path: root/src/native
diff options
context:
space:
mode:
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 0c84fce..a5260c3 100644
--- a/src/native/d3d/D3dDriverInfo.cpp
+++ b/src/native/d3d/D3dDriverInfo.cpp
@@ -341,7 +341,7 @@ VOID D3dDriverInfo::release()
VOID printInfo()
{
- printf("javax.media.j3d 1.5.2, Windows version is %d.%d ",
+ printf("javax.media.j3d 1.6.0, Windows version is %d.%d ",
osvi.dwMajorVersion, osvi.dwMinorVersion);
printf("Build: %d, ", LOWORD(osvi.dwBuildNumber));
@@ -418,7 +418,7 @@ VOID D3dDriverInfo::initialize(JNIEnv *env)
LPDIRECT3D9 pD3D = Direct3DCreate9( D3D_SDK_VERSION );
if (debug && pD3D != NULL){
printf("[j3d] Using DirectX D3D 9.0 or higher.\n");
- printf("[j3d] DirectX D3D renderer build 1.5.2\n");
+ printf("[j3d] DirectX D3D renderer build 1.6.0\n");
}
if (pD3D == NULL) {
D3dCtx::d3dError(D3DNOTFOUND);