prepare for 2.3

This commit is contained in:
Brian Matzon 2010-02-03 21:03:32 +00:00
parent ede27aaa21
commit 5c7c1eeacc
2 changed files with 2 additions and 2 deletions

View file

@ -54,7 +54,7 @@ public final class Sys {
private static final String JNI_LIBRARY_NAME = "lwjgl";
/** Current version of library */
private static final String VERSION = "2.2.2";
private static final String VERSION = "2.3";
/** The implementation instance to delegate platform specific behavior to */
private final static SysImplementation implementation;