mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2025-12-06 08:01:59 +01:00
2.0 version string
This commit is contained in:
parent
3bc7c2e28a
commit
c9979fcfab
|
|
@ -54,7 +54,7 @@ public final class Sys {
|
|||
private static final String JNI_LIBRARY_NAME = "lwjgl";
|
||||
|
||||
/** Current version of library */
|
||||
private static final String VERSION = "1.1.4";
|
||||
private static final String VERSION = "2.0";
|
||||
|
||||
/** Current version of the JNI library */
|
||||
static final int JNI_VERSION = 12;
|
||||
|
|
|
|||
Loading…
Reference in a new issue