From: <eli...@us...> - 2006-09-21 14:39:15
|
Revision: 2578 http://svn.sourceforge.net/java-game-lib/?rev=2578&view=rev Author: elias_naur Date: 2006-09-21 07:39:10 -0700 (Thu, 21 Sep 2006) Log Message: ----------- Bumped JNI library 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 2006-09-21 13:49:49 UTC (rev 2577) +++ trunk/LWJGL/src/java/org/lwjgl/Sys.java 2006-09-21 14:39:10 UTC (rev 2578) @@ -57,7 +57,7 @@ private static final String VERSION = "1.0beta3"; /** Current version of the JNI library */ - static final int JNI_VERSION = 3; + static final int JNI_VERSION = 4; /** 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. |