Revision: 3695
http://java-game-lib.svn.sourceforge.net/java-game-lib/?rev=3695&view=rev
Author: kappa1
Date: 2011-11-12 21:50:55 +0000 (Sat, 12 Nov 2011)
Log Message:
-----------
bump native version number for OS X natives due to recent changes to them
Modified Paths:
--------------
trunk/LWJGL/src/java/org/lwjgl/MacOSXSysImplementation.java
Modified: trunk/LWJGL/src/java/org/lwjgl/MacOSXSysImplementation.java
===================================================================
--- trunk/LWJGL/src/java/org/lwjgl/MacOSXSysImplementation.java 2011-11-12 21:31:00 UTC (rev 3694)
+++ trunk/LWJGL/src/java/org/lwjgl/MacOSXSysImplementation.java 2011-11-12 21:50:55 UTC (rev 3695)
@@ -42,7 +42,7 @@
* $Id$
*/
final class MacOSXSysImplementation extends J2SESysImplementation {
- private static final int JNI_VERSION = 21;
+ private static final int JNI_VERSION = 22;
static {
// Make sure AWT is properly initialized. This avoids hangs on Mac OS X 10.3
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|