From: <eli...@us...> - 2008-04-07 17:34:38
|
Revision: 2982 http://java-game-lib.svn.sourceforge.net/java-game-lib/?rev=2982&view=rev Author: elias_naur Date: 2008-04-07 10:34:29 -0700 (Mon, 07 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-07 17:10:14 UTC (rev 2981) +++ trunk/LWJGL/src/java/org/lwjgl/Sys.java 2008-04-07 17:34:29 UTC (rev 2982) @@ -57,7 +57,7 @@ private static final String VERSION = "2.0a2"; /** Current version of the JNI library */ - static final int JNI_VERSION = 12; + static final int JNI_VERSION = 13; /** 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. |