mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-07 15:35:09 +00:00
incrementing to 0.95
This commit is contained in:
parent
797de7557f
commit
d945460442
5 changed files with 5 additions and 5 deletions
|
|
@ -47,7 +47,7 @@ import org.lwjgl.input.Mouse;
|
|||
*/
|
||||
public final class Sys {
|
||||
|
||||
public static final String VERSION = "0.94";
|
||||
public static final String VERSION = "0.95";
|
||||
|
||||
/** 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.94";
|
||||
public static final String VERSION = "0.95";
|
||||
|
||||
static {
|
||||
initialize();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue