mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-06 06:53:59 +00:00
0.97 version string
This commit is contained in:
parent
7e7705a94c
commit
8d18a63f59
4 changed files with 4 additions and 4 deletions
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue