summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKevin Rushforth <[email protected]>2008-06-18 20:37:29 +0000
committerKevin Rushforth <[email protected]>2008-06-18 20:37:29 +0000
commit5b3a1a917d0cc749243949cf4d7bb2ca65338e83 (patch)
treeaeb07d1b32dbb9eaaa4723fbdf65cd3956f9da5e /src
parent2365c835ba280d64a1ec899c008f0b013db40b33 (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 'src')
-rw-r--r--src/classes/J3dVersion2
-rw-r--r--src/native/d3d/D3dDriverInfo.cpp4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/classes/J3dVersion b/src/classes/J3dVersion
index 52295ff..4c43271 100644
--- a/src/classes/J3dVersion
+++ b/src/classes/J3dVersion
@@ -1,6 +1,6 @@
Manifest-Version: 1.0
Specification-Title: @SPEC_TITLE@
-Specification-Version: 1.5
+Specification-Version: 1.6
Specification-Vendor: @SPEC_VENDOR@
Implementation-Title: @IMPL_TITLE@
Implementation-Version: @VERSION_BASE@
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);