Merge pull request #9483 from cocoscodeide/v3

[ci skip]update runtime version
This commit is contained in:
minggo 2014-12-12 15:49:17 +08:00
commit e060360d9b
2 changed files with 2 additions and 2 deletions

View File

@ -98,7 +98,7 @@ std::string& replaceAll(std::string& str, const std::string& old_value, const st
const char* getRuntimeVersion() const char* getRuntimeVersion()
{ {
return "1.6"; return "1.7";
} }
int lua_cocos2dx_runtime_addSearchPath(lua_State* tolua_S) int lua_cocos2dx_runtime_addSearchPath(lua_State* tolua_S)

View File

@ -1,5 +1,5 @@
{ {
"version":"v3-lua-runtime-1.6", "version":"v3-lua-runtime-1.7",
"zip_file_size":"39063553", "zip_file_size":"39063553",
"repo_name":"cocos-runtime-bin", "repo_name":"cocos-runtime-bin",
"repo_parent":"https://github.com/chukong/" "repo_parent":"https://github.com/chukong/"