Bumped Sys.JNI_VERSION

This commit is contained in:
Elias Naur 2008-04-07 17:34:29 +00:00
parent 428d55ed0e
commit c9d1a37085
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.0a2";
/** Current version of the JNI library */
static final int JNI_VERSION = 12;
static final int JNI_VERSION = 13;
/** The implementation instance to delegate platform specific behavior to */
private final static SysImplementation implementation;