Bumped Sys.JNI_VERSION because of earlier OpenGL function changes

This commit is contained in:
Elias Naur 2006-12-06 14:01:29 +00:00
parent 360da7c374
commit 66466b6d39
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ public final class Sys {
private static final String VERSION = "1.0beta4";
/** Current version of the JNI library */
static final int JNI_VERSION = 5;
static final int JNI_VERSION = 6;
/** The implementation instance to delegate platform specific behavior to */
private final static SysImplementation implementation;