Bumped Sys.JNI_VERSION

This commit is contained in:
Elias Naur 2008-04-12 20:45:43 +00:00
parent 11f25424e2
commit 3f24f11607
1 changed files with 1 additions and 1 deletions

View File

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