Merge pull request #8895 from cocoscodeide/v3

update runtime version to 1.5
This commit is contained in:
minggo 2014-10-21 19:01:26 +08:00
commit 22a2e1e7cd
3 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
{
"templateVersion":"1.4",
"runtimeVersion":"1.4"
"templateVersion":"1.5",
"runtimeVersion":"1.5"
}

View File

@ -68,7 +68,7 @@ extern string getIPAddress();
const char* getRuntimeVersion()
{
return "1.4";
return "1.5";
}
static string& replaceAll(string& str, const string& old_value, const string& new_value)

View File

@ -1,6 +1,6 @@
{
"version":"v3-lua-runtime-1.3.1",
"zip_file_size":"24660780",
"version":"v3-lua-runtime-1.5",
"zip_file_size":"30660780",
"repo_name":"cocos-runtime-bin",
"repo_parent":"https://github.com/chukong/"
}