Skip to content

Commit

Permalink
JNI for version to 1.1.0.29
Browse files Browse the repository at this point in the history
  • Loading branch information
aldenml committed May 7, 2016
1 parent 5bb6b10 commit 52a2926
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 @@ -59666,7 +59666,7 @@ SWIGEXPORT jstring JNICALL Java_com_frostwire_jlibtorrent_swig_libtorrent_1jni_J

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

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

jsresult = SWIG_FromCharPtr((const char *)"f36f8a0d177e79d9c7010f2bd55ba92f6eac72e7");
jsresult = SWIG_FromCharPtr((const char *)"5bb6b10e142bd76fddb7a66aa040a846d22ec706");

SWIGV8_RETURN_INFO(jsresult, info);

Expand Down

0 comments on commit 52a2926

Please sign in to comment.