Skip to content

Commit

Permalink
JNI for version to 1.1.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
aldenml committed Jan 8, 2016
1 parent 1cae9f9 commit bb83e42
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions swig/libtorrent_jni.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50763,7 +50763,7 @@ SWIGEXPORT jstring JNICALL Java_com_frostwire_jlibtorrent_swig_libtorrent_1jni_L

(void)jenv;
(void)jcls;
result = (char *)("18980e65a9cbf19e37052eb6f5e652c34c9323da");
result = (char *)("3efe85849ecb338230a93612dda577f2f6518dbd");
if (result) jresult = jenv->NewStringUTF((const char *)result);
return jresult;
}
Expand All @@ -50775,7 +50775,7 @@ SWIGEXPORT jstring JNICALL Java_com_frostwire_jlibtorrent_swig_libtorrent_1jni_J

(void)jenv;
(void)jcls;
result = (char *)("822cb109511a918eeb981d9b7240bd067451eb67");
result = (char *)("1cae9f9367ac445b4c8497d561a1925df46f8cca");
if (result) jresult = jenv->NewStringUTF((const char *)result);
return jresult;
}
Expand Down
4 changes: 2 additions & 2 deletions swig/libtorrent_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -111197,7 +111197,7 @@ static SwigV8ReturnValue _wrap_LIBTORRENT_REVISION_SHA1(v8::Local<v8::String> pr

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

jsresult = SWIG_FromCharPtr((const char *)"18980e65a9cbf19e37052eb6f5e652c34c9323da");
jsresult = SWIG_FromCharPtr((const char *)"3efe85849ecb338230a93612dda577f2f6518dbd");

SWIGV8_RETURN_INFO(jsresult, info);

Expand All @@ -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 *)"822cb109511a918eeb981d9b7240bd067451eb67");
jsresult = SWIG_FromCharPtr((const char *)"1cae9f9367ac445b4c8497d561a1925df46f8cca");

SWIGV8_RETURN_INFO(jsresult, info);

Expand Down

0 comments on commit bb83e42

Please sign in to comment.