Fix VBO tests and bump Sys native JNI library version

This commit is contained in:
Elias Naur 2006-12-20 19:24:25 +00:00
parent ceab6f366e
commit 175ac13445
3 changed files with 1 additions and 4 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 = 6;
static final int JNI_VERSION = 7;
/** The implementation instance to delegate platform specific behavior to */
private final static SysImplementation implementation;