Bump the native library version.

This commit is contained in:
Adam Murdoch
2014-01-30 11:05:43 +11:00
parent 68434b85ab
commit f807ed1136
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ import net.rubygrapefruit.platform.internal.FunctionResult;
import net.rubygrapefruit.platform.internal.MutableSystemInfo; import net.rubygrapefruit.platform.internal.MutableSystemInfo;
public class NativeLibraryFunctions { public class NativeLibraryFunctions {
public static final int VERSION = 17; public static final int VERSION = 18;
public static native int getVersion(); public static native int getVersion();

View File

@@ -23,7 +23,7 @@
extern "C" { extern "C" {
#endif #endif
#define NATIVE_VERSION 17 #define NATIVE_VERSION 18
/* /*
* Marks the given result as failed, using the given error message * Marks the given result as failed, using the given error message