|
From: <eli...@us...> - 2006-12-06 14:01:34
|
Revision: 2688
http://svn.sourceforge.net/java-game-lib/?rev=2688&view=rev
Author: elias_naur
Date: 2006-12-06 06:01:29 -0800 (Wed, 06 Dec 2006)
Log Message:
-----------
Bumped Sys.JNI_VERSION because of earlier OpenGL function changes
Modified Paths:
--------------
trunk/LWJGL/src/java/org/lwjgl/Sys.java
Modified: trunk/LWJGL/src/java/org/lwjgl/Sys.java
===================================================================
--- trunk/LWJGL/src/java/org/lwjgl/Sys.java 2006-12-04 21:58:46 UTC (rev 2687)
+++ trunk/LWJGL/src/java/org/lwjgl/Sys.java 2006-12-06 14:01:29 UTC (rev 2688)
@@ -57,7 +57,7 @@
private static final String VERSION = "1.0beta4";
/** Current version of the JNI library */
- static final int JNI_VERSION = 5;
+ static final int JNI_VERSION = 6;
/** The implementation instance to delegate platform specific behavior to */
private final static SysImplementation implementation;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|