incremented to 0.99

This commit is contained in:
Brian Matzon 2005-12-17 21:22:11 +00:00
parent 3dbf76621b
commit 5eab7dd2a6
5 changed files with 5 additions and 5 deletions

View file

@ -52,7 +52,7 @@ import java.security.PrivilegedExceptionAction;
public final class Sys {
/** Current version of library */
public static final String VERSION = "0.98";
public static final String VERSION = "0.99";
/** The native library name */
private static final String LIBRARY_NAME = "lwjgl";