mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-05 06:25:46 +00:00
Bumped Sys.JNI_VERSION
This commit is contained in:
parent
428d55ed0e
commit
c9d1a37085
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ public final class Sys {
|
|||
private static final String VERSION = "2.0a2";
|
||||
|
||||
/** Current version of the JNI library */
|
||||
static final int JNI_VERSION = 12;
|
||||
static final int JNI_VERSION = 13;
|
||||
|
||||
/** 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