diff options
author | Sven Gothel <[email protected]> | 2001-04-10 18:37:03 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2001-04-10 18:37:03 +0000 |
commit | 99f156a9d9e86e6d835ad9791071b23335476330 (patch) | |
tree | b721df1c22bfc67fc6425d7d8ab1e9b9d2249ad1 /gl4java/GLUFuncJauJNI.java | |
parent | e26f0c3e0a6be0f5555c5daee164047f3793d626 (diff) |
2.7.1rel-2-7-1-0
Diffstat (limited to 'gl4java/GLUFuncJauJNI.java')
-rw-r--r-- | gl4java/GLUFuncJauJNI.java | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/gl4java/GLUFuncJauJNI.java b/gl4java/GLUFuncJauJNI.java index 17c2153..f694164 100644 --- a/gl4java/GLUFuncJauJNI.java +++ b/gl4java/GLUFuncJauJNI.java @@ -32,7 +32,7 @@ public final String getClassVendor ( ) { return "Jausoft - Sven Goethel Software Development"; } public final String getClassVersion ( ) -{ return "2.7.0.0"; } +{ return "2.7.1.0"; } /** @@ -143,7 +143,7 @@ public final native long gluNewNurbsRenderer( ); public final native long gluNewTess( ); /** - * C2J Parser Version 2.0 + * C2J Parser Version 2.1 * Jausoft - Sven Goethel Software Development * Reading from file: glu-proto-auto.orig.h . . . * Destination-Class: gl4java_GLUFuncJauJNI ! @@ -818,8 +818,8 @@ public final native long gluNewTess( ); long tobj ) ; -/* C2J Parser Version 2.0: Java program parsed successfully. */ -
-
-}
-
+/* C2J Parser Version 2.1: Java program parsed successfully. */ + + +} + |