|
From: <eli...@us...> - 2007-07-28 21:28:35
|
Revision: 2860
http://java-game-lib.svn.sourceforge.net/java-game-lib/?rev=2860&view=rev
Author: elias_naur
Date: 2007-07-28 14:28:33 -0700 (Sat, 28 Jul 2007)
Log Message:
-----------
Bumped Sys.JNI_VERSION
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 2007-07-28 21:19:58 UTC (rev 2859)
+++ trunk/LWJGL/src/java/org/lwjgl/Sys.java 2007-07-28 21:28:33 UTC (rev 2860)
@@ -57,7 +57,7 @@
private static final String VERSION = "1.1";
/** Current version of the JNI library */
- static final int JNI_VERSION = 10;
+ static final int JNI_VERSION = 11;
/** 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.
|