|
From: <eli...@us...> - 2008-04-12 20:45:45
|
Revision: 3009
http://java-game-lib.svn.sourceforge.net/java-game-lib/?rev=3009&view=rev
Author: elias_naur
Date: 2008-04-12 13:45:43 -0700 (Sat, 12 Apr 2008)
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 2008-04-12 20:40:27 UTC (rev 3008)
+++ trunk/LWJGL/src/java/org/lwjgl/Sys.java 2008-04-12 20:45:43 UTC (rev 3009)
@@ -57,7 +57,7 @@
private static final String VERSION = "2.0a4";
/** Current version of the JNI library */
- static final int JNI_VERSION = 15;
+ static final int JNI_VERSION = 16;
/** 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.
|