From: <ka...@us...> - 2011-10-12 20:18:02
|
Revision: 3666 http://java-game-lib.svn.sourceforge.net/java-game-lib/?rev=3666&view=rev Author: kappa1 Date: 2011-10-12 20:17:56 +0000 (Wed, 12 Oct 2011) Log Message: ----------- bump mac native version 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-10-12 19:49:45 UTC (rev 3665) +++ trunk/LWJGL/src/java/org/lwjgl/MacOSXSysImplementation.java 2011-10-12 20:17:56 UTC (rev 3666) @@ -42,7 +42,7 @@ * $Id$ */ final class MacOSXSysImplementation extends J2SESysImplementation { - private static final int JNI_VERSION = 20; + private static final int JNI_VERSION = 21; 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. |