Skip to content

Commit

Permalink
JNI for version to 1.1.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
aldenml committed Feb 24, 2016
1 parent ed30f8a commit 258f24a
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
Expand Up @@ -62051,7 +62051,7 @@ SWIGEXPORT jstring JNICALL Java_com_frostwire_jlibtorrent_swig_libtorrent_1jni_J

(void)jenv;
(void)jcls;
result = (char *)("d41c00e57e53d9b6ad9c839a6cd798f6f72e879c");
result = (char *)("ed30f8aaab269788c0181be40e7a305706e4d2ca");
if (result) jresult = jenv->NewStringUTF((const char *)result);
return jresult;
}
Expand Down
2 changes: 1 addition & 1 deletion swig/libtorrent_node.cpp
Expand Up @@ -104504,7 +104504,7 @@ static SwigV8ReturnValue _wrap_JLIBTORRENT_REVISION_SHA1(v8::Local<v8::String> p

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

jsresult = SWIG_FromCharPtr((const char *)"d41c00e57e53d9b6ad9c839a6cd798f6f72e879c");
jsresult = SWIG_FromCharPtr((const char *)"ed30f8aaab269788c0181be40e7a305706e4d2ca");

SWIGV8_RETURN_INFO(jsresult, info);

Expand Down

0 comments on commit 258f24a

Please sign in to comment.