Bumped native version because of internal linux API change

This commit is contained in:
Elias Naur 2007-01-17 08:22:31 +00:00
parent 4b13bb10d3
commit 4a1b565c74
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.0-rc1";
/** Current version of the JNI library */
static final int JNI_VERSION = 7;
static final int JNI_VERSION = 8;
/** The implementation instance to delegate platform specific behavior to */
private final static SysImplementation implementation;