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

@ -13,7 +13,7 @@
<property name="lwjgl.docs" value="./doc" />
<property name="lwjgl.temp" value="./temp" />
<property name="lwjgl.res" value="./res" />
<property name="lwjgl.version" value="0.98" />
<property name="lwjgl.version" value="0.99" />
<property name="opengl-template-pattern" value="org/lwjgl/opengl/GL*.java,org/lwjgl/opengl/ARB*.java,org/lwjgl/opengl/ATI*.java,org/lwjgl/opengl/EXT*.java,org/lwjgl/opengl/NV*.java,org/lwjgl/opengl/HP*.java,org/lwjgl/opengl/IBM*.java,org/lwjgl/opengl/SUN*.java"/>
<!-- ================================================================== -->

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";

View File

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

View File

@ -48,7 +48,7 @@
#include "org_lwjgl_DefaultSysImplementation.h"
static bool debug = false;
static const char* VERSION = "0.98";
static const char* VERSION = "0.99";
static JavaVM *jvm;
void initAttribList(attrib_list_t *list) {

View File

@ -33,7 +33,7 @@
#include "org_lwjgl_fmod3_FMOD.h"
#include "extfmod3.h"
static const char* VERSION = "0.98";
static const char* VERSION = "0.99";
/*
* Class: org_lwjgl_fmod3_FMOD