Forgot to update the native interface version.

This commit is contained in:
Adam Murdoch
2014-04-02 19:28:19 +11:00
parent 4fed5e58ac
commit a6c6399729
3 changed files with 12 additions and 8 deletions

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 = 18;
public static final int VERSION = 19;
public static native int getVersion();