mirror of https://github.com/axmolengine/axmol.git
Merge pull request #9759 from dualface/update_runtime_ver
Update runtime ver
This commit is contained in:
commit
d1e54ee28b
|
@ -1,4 +1,4 @@
|
||||||
{
|
{
|
||||||
"templateVersion":"1.6",
|
"templateVersion":"1.8",
|
||||||
"runtimeVersion":"1.6"
|
"runtimeVersion":"1.8"
|
||||||
}
|
}
|
|
@ -94,7 +94,7 @@ std::string& replaceAll(std::string& str, const std::string& old_value, const st
|
||||||
|
|
||||||
const char* getRuntimeVersion()
|
const char* getRuntimeVersion()
|
||||||
{
|
{
|
||||||
return "1.7";
|
return "1.8";
|
||||||
}
|
}
|
||||||
|
|
||||||
int lua_cocos2dx_runtime_addSearchPath(lua_State* tolua_S)
|
int lua_cocos2dx_runtime_addSearchPath(lua_State* tolua_S)
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version":"v3-lua-runtime-1.7",
|
"version":"v3-lua-runtime-1.8",
|
||||||
"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/"
|
||||||
|
|
Loading…
Reference in New Issue