mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-06 06:53:59 +00:00
incremented to 0.99
This commit is contained in:
parent
3dbf76621b
commit
5eab7dd2a6
5 changed files with 5 additions and 5 deletions
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue