Updated native api version.
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define NATIVE_VERSION 16
|
||||
#define NATIVE_VERSION 17
|
||||
|
||||
/*
|
||||
* Marks the given result as failed, using the given error message
|
||||
|
||||
@@ -20,7 +20,7 @@ import net.rubygrapefruit.platform.internal.FunctionResult;
|
||||
import net.rubygrapefruit.platform.internal.MutableSystemInfo;
|
||||
|
||||
public class NativeLibraryFunctions {
|
||||
public static final int VERSION = 16;
|
||||
public static final int VERSION = 17;
|
||||
|
||||
public static native int getVersion();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user