mirror of
https://github.com/xerial/snappy-java.git
synced 2025-04-08 19:35:08 +02:00
Fix native library version
This commit is contained in:
parent
07bfea7da0
commit
8ff03ba782
@ -33,7 +33,7 @@ void throw_exception(JNIEnv *env, jobject self, int errorCode)
|
||||
JNIEXPORT jstring JNICALL Java_org_xerial_snappy_SnappyNative_nativeLibraryVersion
|
||||
(JNIEnv * env, jobject self)
|
||||
{
|
||||
return env->NewStringUTF("1.0.4");
|
||||
return env->NewStringUTF("1.1.0");
|
||||
}
|
||||
|
||||
JNIEXPORT jlong JNICALL Java_org_xerial_snappy_SnappyNative_rawCompress__JJJ
|
||||
|
Loading…
x
Reference in New Issue
Block a user