bumping native version

This commit is contained in:
Brian Matzon 2010-03-28 23:11:17 +00:00
parent 08a2e8a010
commit bd6ac573d5
3 changed files with 3 additions and 3 deletions

View File

@ -39,7 +39,7 @@ package org.lwjgl;
* $Id$
*/
final class LinuxSysImplementation extends J2SESysImplementation {
private final static int JNI_VERSION = 17;
private final static int JNI_VERSION = 18;
static {
java.awt.Toolkit.getDefaultToolkit(); // This will make sure libjawt.so is loaded

View File

@ -42,7 +42,7 @@ import com.apple.eio.FileManager;
* $Id$
*/
final class MacOSXSysImplementation extends J2SESysImplementation {
private final static int JNI_VERSION = 17;
private final static int JNI_VERSION = 18;
static {
// Make sure AWT is properly initialized. This avoids hangs on Mac OS X 10.3

View File

@ -45,7 +45,7 @@ import org.lwjgl.opengl.Display;
* $Id$
*/
final class WindowsSysImplementation extends DefaultSysImplementation {
private final static int JNI_VERSION = 21;
private final static int JNI_VERSION = 22;
static {
Sys.initialize();