diff options
author | Sven Gothel <[email protected]> | 2002-04-13 04:31:11 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2002-04-13 04:31:11 +0000 |
commit | 4c7204560056fe3bb0289c64020cbb9df17a757b (patch) | |
tree | 8174ef61a11e798c30e9c009fd285015a29b2e15 /C2J/manual/gl-manualCodedImplJNI.c | |
parent | 3792fcfde48b79cef2242990569a8aba15d7a690 (diff) |
Merged the Tesselation patch by
Pepijn Van Eeckhoudt <[email protected]>.
I have added minor cleanups .. to it.
Diffstat (limited to 'C2J/manual/gl-manualCodedImplJNI.c')
-rw-r--r-- | C2J/manual/gl-manualCodedImplJNI.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/C2J/manual/gl-manualCodedImplJNI.c b/C2J/manual/gl-manualCodedImplJNI.c index 4ace6fa..7c50a37 100644 --- a/C2J/manual/gl-manualCodedImplJNI.c +++ b/C2J/manual/gl-manualCodedImplJNI.c @@ -21,7 +21,7 @@ Java_gl4java_GLFuncJauJNI_glGetString ( JNIEnv *env, jobject obj, } static const char * _gl_lib_vendor_="Jausoft - Sven Goethel Software Development"; -static const char * _gl_lib_version_="2.8.1.0"; +static const char * _gl_lib_version_="2.8.3.0"; JNIEXPORT jstring JNICALL Java_gl4java_GLFuncJauJNI_getNativeVendor ( JNIEnv *env, jobject obj ) |