Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ae55a81

Browse files
authored
Bump JNI version
1 parent 7e32698 commit ae55a81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/cpp/jllama.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ JNIEXPORT jint JNICALL JNI_OnLoad(JavaVM *vm, void *reserved)
303303
return JNI_ERR;
304304

305305
success:
306-
return JNI_VERSION_1_1;
306+
return JNI_VERSION_1_2;
307307
}
308308

309309
JNIEXPORT void JNICALL JNI_OnUnload(JavaVM *vm, void *reserved)

0 commit comments

Comments
 (0)