From: <eli...@us...> - 2007-01-17 08:22:32
|
Revision: 2728 http://svn.sourceforge.net/java-game-lib/?rev=2728&view=rev Author: elias_naur Date: 2007-01-17 00:22:31 -0800 (Wed, 17 Jan 2007) Log Message: ----------- Bumped native version because of internal linux API change 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-01-17 08:16:16 UTC (rev 2727) +++ trunk/LWJGL/src/java/org/lwjgl/Sys.java 2007-01-17 08:22:31 UTC (rev 2728) @@ -57,7 +57,7 @@ private static final String VERSION = "1.0-rc1"; /** Current version of the JNI library */ - static final int JNI_VERSION = 7; + static final int JNI_VERSION = 8; /** 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. |