Updated native library version.

This commit is contained in:
Adam Murdoch
2012-10-10 17:09:12 +11:00
parent 7cfe8dc502
commit 6b09ac415a
2 changed files with 2 additions and 2 deletions

View File

@@ -17,5 +17,5 @@ void mark_failed_with_code(JNIEnv *env, const char* message, int error_code, job
JNIEXPORT jint JNICALL
Java_net_rubygrapefruit_platform_internal_jni_NativeLibraryFunctions_getVersion(JNIEnv *env, jclass target) {
return 9;
return 10;
}