diff --git a/frameworks/cocos2d-html5 b/frameworks/cocos2d-html5 index 31e986fa54..8d7667c3c3 160000 --- a/frameworks/cocos2d-html5 +++ b/frameworks/cocos2d-html5 @@ -1 +1 @@ -Subproject commit 31e986fa54cbae5de76a4597ff2810528bb27795 +Subproject commit 8d7667c3c30921b45ddf65a02fb4430207d2eb30 diff --git a/frameworks/js-bindings/bindings/manual/ScriptingCore.h b/frameworks/js-bindings/bindings/manual/ScriptingCore.h index 9be9eee0c7..96c2292fed 100644 --- a/frameworks/js-bindings/bindings/manual/ScriptingCore.h +++ b/frameworks/js-bindings/bindings/manual/ScriptingCore.h @@ -37,7 +37,7 @@ #include #include -#define ENGINE_VERSION "Cocos2d-JS v3.2 RC0" +#define ENGINE_VERSION "Cocos2d-JS v3.2" void js_log(const char *format, ...); diff --git a/frameworks/js-bindings/bindings/script/jsb_cocos2d.js b/frameworks/js-bindings/bindings/script/jsb_cocos2d.js index 0fc83b05a8..fb1c7c551a 100644 --- a/frameworks/js-bindings/bindings/script/jsb_cocos2d.js +++ b/frameworks/js-bindings/bindings/script/jsb_cocos2d.js @@ -26,7 +26,7 @@ // CCConfig.js // -cc.ENGINE_VERSION = "Cocos2d-JS v3.2 RC0"; +cc.ENGINE_VERSION = "Cocos2d-JS v3.2"; cc.FIX_ARTIFACTS_BY_STRECHING_TEXEL = 0; cc.DIRECTOR_STATS_POSITION = {x: 0, y: 0}; diff --git a/tools/cocos2d-console b/tools/cocos2d-console index 9e918bb278..8e206ba22f 160000 --- a/tools/cocos2d-console +++ b/tools/cocos2d-console @@ -1 +1 @@ -Subproject commit 9e918bb2785d470b1a661b889b8c1715220c9561 +Subproject commit 8e206ba22f1cf5014b01f9a1b3f4928a1668a370