This commit is contained in:
Brian Matzon 2004-12-13 17:16:47 +00:00
parent 1d6a30fd45
commit 16fc090691
5 changed files with 5 additions and 5 deletions

View File

@ -12,7 +12,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.93" />
<property name="lwjgl.version" value="0.94" />
<!-- ================================================================== -->
<!-- Filesets used for targets -->

View File

@ -49,7 +49,7 @@ import org.lwjgl.opengl.Display;
*/
public final class Sys {
public static final String VERSION = "0.93";
public static final String VERSION = "0.94";
/** Low process priority. @see #setProcessPriority() */
public static final int LOW_PRIORITY = -1;

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.93";
public static final String VERSION = "0.94";
static {
initialize();

View File

@ -47,7 +47,7 @@
#include "common_tools.h"
static bool debug = false;
static const char* VERSION = "0.93";
static const char* VERSION = "0.94";
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.93";
static const char* VERSION = "0.94";
/**
* Concatenate two strings