From e394a0cc305dfd365fbc2157950f0ff02fc2d33d Mon Sep 17 00:00:00 2001 From: honghui Date: Tue, 21 Oct 2014 18:48:14 +0800 Subject: [PATCH] update runtime version to 1.5 --- templates/lua-template-runtime/.settings/version.json | 4 ++-- .../frameworks/runtime-src/Classes/runtime/Runtime.cpp | 2 +- templates/lua-template-runtime/runtime/config.json | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/lua-template-runtime/.settings/version.json b/templates/lua-template-runtime/.settings/version.json index 4efc015971..44d62383be 100644 --- a/templates/lua-template-runtime/.settings/version.json +++ b/templates/lua-template-runtime/.settings/version.json @@ -1,4 +1,4 @@ { - "templateVersion":"1.4", - "runtimeVersion":"1.4" + "templateVersion":"1.5", + "runtimeVersion":"1.5" } \ No newline at end of file diff --git a/templates/lua-template-runtime/frameworks/runtime-src/Classes/runtime/Runtime.cpp b/templates/lua-template-runtime/frameworks/runtime-src/Classes/runtime/Runtime.cpp index 95b8e7e994..8fc0205fb2 100644 --- a/templates/lua-template-runtime/frameworks/runtime-src/Classes/runtime/Runtime.cpp +++ b/templates/lua-template-runtime/frameworks/runtime-src/Classes/runtime/Runtime.cpp @@ -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) diff --git a/templates/lua-template-runtime/runtime/config.json b/templates/lua-template-runtime/runtime/config.json index 4f28c9624c..e4536578cc 100644 --- a/templates/lua-template-runtime/runtime/config.json +++ b/templates/lua-template-runtime/runtime/config.json @@ -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/" }