Windows: Move more of Display.getVersion to java

This commit is contained in:
Elias Naur 2006-07-15 19:25:13 +00:00
parent 01f382fa3b
commit 008c59a301
6 changed files with 77 additions and 23 deletions

View file

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