Bumped Sys.JNI_VERSION

This commit is contained in:
Elias Naur 2007-07-28 21:28:33 +00:00
parent 3f21f95b2f
commit aa434022ee
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.1";
/** Current version of the JNI library */
static final int JNI_VERSION = 10;
static final int JNI_VERSION = 11;
/** The implementation instance to delegate platform specific behavior to */
private final static SysImplementation implementation;