updated version string to 96

This commit is contained in:
Brian Matzon 2005-03-16 21:18:41 +00:00
parent f5f7d63aa9
commit 665839e202
5 changed files with 5 additions and 5 deletions

View file

@ -48,7 +48,7 @@ import org.lwjgl.input.Mouse;
public final class Sys {
/** Current version of library */
public static final String VERSION = "0.95";
public static final String VERSION = "0.96";
/** The native library name */
private static final String LIBRARY_NAME = "lwjgl";