0.98 version string

This commit is contained in:
Brian Matzon 2005-08-17 22:05:15 +00:00
parent f72013defa
commit 2656b694e1
4 changed files with 4 additions and 4 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.97";
public static final String VERSION = "0.98";
/** The native library name */
private static final String LIBRARY_NAME = "lwjgl";