Updated native api version.

This commit is contained in:
Adam Murdoch
2013-12-12 12:13:44 +11:00
parent 9c4efce3d4
commit a42b016088
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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();