This commit is contained in:
Brian Matzon 2004-10-24 11:19:08 +00:00
parent 1c909fd743
commit 18b89b752a
4 changed files with 4 additions and 4 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.92" />
<property name="lwjgl.version" value="0.93" />
<!-- ================================================================== -->
<!-- Filesets used for targets -->

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

View file

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