mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-01-03 07:19:56 +01:00
Update to beta3
This commit is contained in:
parent
0160b1511c
commit
dde118016c
|
|
@ -13,7 +13,7 @@
|
|||
<property name="lwjgl.docs" location="doc" />
|
||||
<property name="lwjgl.temp" location="temp" />
|
||||
<property name="lwjgl.res" location="res" />
|
||||
<property name="lwjgl.version" value="1.0beta2" />
|
||||
<property name="lwjgl.version" value="1.0beta3" />
|
||||
|
||||
<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,org/lwjgl/opengl/SGIS*.java"/>
|
||||
<!-- ================================================================== -->
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@ public final class Sys {
|
|||
private static final String JNI_LIBRARY_NAME = "lwjgl";
|
||||
|
||||
/** Current version of library */
|
||||
private static final String VERSION = "1.0beta2";
|
||||
private static final String VERSION = "1.0beta3";
|
||||
|
||||
/** Current version of the JNI library */
|
||||
static final int JNI_VERSION = 3;
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ class ILNative {
|
|||
private static String JNI_LIBRARY_NAME = "lwjgl-devil";
|
||||
|
||||
/** Version of IL */
|
||||
public static final String VERSION = "1.0beta2";
|
||||
public static final String VERSION = "1.0beta3";
|
||||
|
||||
private static void loadLibrary(final String lib_name) {
|
||||
AccessController.doPrivileged(new PrivilegedAction() {
|
||||
|
|
|
|||
|
|
@ -193,7 +193,7 @@ public class FMOD {
|
|||
private static String JNI_LIBRARY_NAME = "lwjgl-fmod3";
|
||||
|
||||
/** Version of FMOD */
|
||||
public static final String VERSION = "1.0beta2";
|
||||
public static final String VERSION = "1.0beta3";
|
||||
|
||||
static {
|
||||
initialize();
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
static void* devILhandle;
|
||||
#endif
|
||||
|
||||
static const char* VERSION = "1.0beta2";
|
||||
static const char* VERSION = "1.0beta3";
|
||||
|
||||
/*
|
||||
* Class: org_lwjgl_devil_ILNative
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
#include "org_lwjgl_fmod3_FMOD.h"
|
||||
#include "extfmod3.h"
|
||||
|
||||
static const char* VERSION = "1.0beta2";
|
||||
static const char* VERSION = "1.0beta3";
|
||||
|
||||
/*
|
||||
* Class: org_lwjgl_fmod3_FMOD
|
||||
|
|
|
|||
Loading…
Reference in a new issue