mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-06 15:04:41 +00:00
1.0beta version string
This commit is contained in:
parent
58fc5401d5
commit
7c08c27dd8
4 changed files with 4 additions and 4 deletions
|
|
@ -51,7 +51,7 @@ import org.lwjgl.input.Mouse;
|
|||
public final class Sys {
|
||||
|
||||
/** Current version of library */
|
||||
private static final String VERSION = "1.0";
|
||||
private static final String VERSION = "1.0beta";
|
||||
|
||||
/** The implementation instance to delegate platform specific behavior to */
|
||||
private final static SysImplementation implementation;
|
||||
|
|
|
|||
|
|
@ -199,7 +199,7 @@ public class FMOD {
|
|||
private static String FMOD_OSX_LIBRARY_NAME = "fmod";
|
||||
|
||||
/** Version of FMOD */
|
||||
public static final String VERSION = "1.0";
|
||||
public static final String VERSION = "1.0beta";
|
||||
|
||||
static {
|
||||
initialize();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue