mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-06 23:14:19 +00:00
Bumped Sys.JNI_VERSION
This commit is contained in:
parent
11f25424e2
commit
3f24f11607
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ public final class Sys {
|
|||
private static final String VERSION = "2.0a4";
|
||||
|
||||
/** Current version of the JNI library */
|
||||
static final int JNI_VERSION = 15;
|
||||
static final int JNI_VERSION = 16;
|
||||
|
||||
/** The implementation instance to delegate platform specific behavior to */
|
||||
private final static SysImplementation implementation;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue