Merge pull request #9759 from dualface/update_runtime_ver

Update runtime ver
This commit is contained in:
minggo 2014-12-31 18:54:53 +08:00
commit d1e54ee28b
3 changed files with 16 additions and 16 deletions

View File

@ -1,4 +1,4 @@
{
"templateVersion":"1.6",
"runtimeVersion":"1.6"
"templateVersion":"1.8",
"runtimeVersion":"1.8"
}

View File

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

View File

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