Skip to content

Commit

Permalink
JNI for version to 1.1.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
aldenml committed Jan 9, 2016
1 parent 5a7327b commit 7200b81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion swig/libtorrent_jni.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65887,7 +65887,7 @@ SWIGEXPORT jstring JNICALL Java_com_frostwire_jlibtorrent_swig_libtorrent_1jni_J

(void)jenv;
(void)jcls;
result = (char *)("bb83e4228cedb684d50b087c3b081fbaea6ee4df");
result = (char *)("5a7327bb3108a11db8970636097670d9717e22d7");
if (result) jresult = jenv->NewStringUTF((const char *)result);
return jresult;
}
Expand Down
2 changes: 1 addition & 1 deletion swig/libtorrent_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -111212,7 +111212,7 @@ static SwigV8ReturnValue _wrap_JLIBTORRENT_REVISION_SHA1(v8::Local<v8::String> p

v8::Handle<v8::Value> jsresult;

jsresult = SWIG_FromCharPtr((const char *)"bb83e4228cedb684d50b087c3b081fbaea6ee4df");
jsresult = SWIG_FromCharPtr((const char *)"5a7327bb3108a11db8970636097670d9717e22d7");

SWIGV8_RETURN_INFO(jsresult, info);

Expand Down

0 comments on commit 7200b81

Please sign in to comment.