mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-02-25 17:14:18 +01:00
Bumped JNI library version
This commit is contained in:
parent
c91f78e1f6
commit
9a684b77ab
|
|
@ -57,7 +57,7 @@ public final class Sys {
|
|||
private static final String VERSION = "1.0beta3";
|
||||
|
||||
/** Current version of the JNI library */
|
||||
static final int JNI_VERSION = 3;
|
||||
static final int JNI_VERSION = 4;
|
||||
|
||||
/** The implementation instance to delegate platform specific behavior to */
|
||||
private final static SysImplementation implementation;
|
||||
|
|
|
|||
Loading…
Reference in a new issue