mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-06 23:14:19 +00:00
0.98 version string
This commit is contained in:
parent
f72013defa
commit
2656b694e1
4 changed files with 4 additions and 4 deletions
|
|
@ -52,7 +52,7 @@ import java.security.PrivilegedExceptionAction;
|
|||
public final class Sys {
|
||||
|
||||
/** Current version of library */
|
||||
public static final String VERSION = "0.97";
|
||||
public static final String VERSION = "0.98";
|
||||
|
||||
/** 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.97";
|
||||
public static final String VERSION = "0.98";
|
||||
|
||||
static {
|
||||
initialize();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue