updated version to 1.0

This commit is contained in:
Brian Matzon 2006-04-30 21:15:14 +00:00
parent 4869744cf1
commit 9130b91027
4 changed files with 4 additions and 4 deletions

View file

@ -51,7 +51,7 @@ import org.lwjgl.input.Mouse;
public final class Sys {
/** Current version of library */
private static final String VERSION = "0.99";
private static final String VERSION = "1.0";
/** The implementation instance to delegate platform specific behavior to */
private final static SysImplementation implementation;