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 /gl4java/GLFunc14JauJNI.java | |
parent | 3792fcfde48b79cef2242990569a8aba15d7a690 (diff) |
Merged the Tesselation patch by
Pepijn Van Eeckhoudt <[email protected]>.
I have added minor cleanups .. to it.
Diffstat (limited to 'gl4java/GLFunc14JauJNI.java')
-rw-r--r-- | gl4java/GLFunc14JauJNI.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gl4java/GLFunc14JauJNI.java b/gl4java/GLFunc14JauJNI.java index f14d31b..db96592 100644 --- a/gl4java/GLFunc14JauJNI.java +++ b/gl4java/GLFunc14JauJNI.java @@ -84,7 +84,7 @@ public final String getClassVendor ( ) { return "Jausoft - Sven Goethel Software Development"; } public final String getClassVersion ( ) -{ return "2.8.1.0"; } +{ return "2.8.3.0"; } |