0.97 version string

This commit is contained in:
Brian Matzon 2005-05-18 21:02:41 +00:00
parent 7e7705a94c
commit 8d18a63f59
4 changed files with 4 additions and 4 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.96";
public static final String VERSION = "0.97";
/** The native library name */
private static final String LIBRARY_NAME = "lwjgl";

View file

@ -200,7 +200,7 @@ public class FMOD {
private static String FMOD_OSX_LIBRARY_NAME = "fmod";
/** Version of FMOD */
public static final String VERSION = "0.96";
public static final String VERSION = "0.97";
static {
initialize();