Skip to content

Commit

Permalink
JNI for version to 1.1.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
aldenml committed Dec 7, 2015
1 parent 8e84954 commit 51b6478
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 @@ -51093,7 +51093,7 @@ SWIGEXPORT jstring JNICALL Java_com_frostwire_jlibtorrent_swig_libtorrent_1jni_J

(void)jenv;
(void)jcls;
result = (char *)("00031ec7b6a9f0efb86aaa8cf7e7127fe1eb60a6");
result = (char *)("8e84954287ad340d32f1670dac7c64a635efd661");
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 @@ -112001,7 +112001,7 @@ static SwigV8ReturnValue _wrap_JLIBTORRENT_REVISION_SHA1(v8::Local<v8::String> p

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

jsresult = SWIG_FromCharPtr((const char *)"00031ec7b6a9f0efb86aaa8cf7e7127fe1eb60a6");
jsresult = SWIG_FromCharPtr((const char *)"8e84954287ad340d32f1670dac7c64a635efd661");

SWIGV8_RETURN_INFO(jsresult, info);

Expand Down

0 comments on commit 51b6478

Please sign in to comment.