Windows: Bumped JNI_VERSION

This commit is contained in:
Elias Naur 2008-10-28 09:54:25 +00:00
parent 41c90bc7cc
commit 69080599cb
1 changed files with 1 additions and 1 deletions

View File

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