mirror of https://github.com/axmolengine/axmol.git
Merge pull request #9483 from cocoscodeide/v3
[ci skip]update runtime version
This commit is contained in:
commit
e060360d9b
|
@ -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)
|
||||||
|
|
|
@ -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/"
|
||||||
|
|
Loading…
Reference in New Issue