Skip to content

Commit 44da257

Browse files
committed
Update submodules
1 parent 61dc239 commit 44da257

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

frameworks/cocos2d-html5

Submodule cocos2d-html5 updated from f1594e6 to f0311f2

frameworks/js-bindings/bindings/manual/ScriptingCore.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
#include <assert.h>
4040
#include <memory>
4141

42-
#define ENGINE_VERSION "Cocos2d-JS v3.4 beta"
42+
#define ENGINE_VERSION "Cocos2d-JS v3.4 Beta0"
4343

4444
void js_log(const char *format, ...);
4545

frameworks/js-bindings/bindings/script/jsb_cocos2d.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
// CCConfig.js
2828
//
29-
cc.ENGINE_VERSION = "Cocos2d-JS v3.4 beta";
29+
cc.ENGINE_VERSION = "Cocos2d-JS v3.4 Beta0";
3030

3131
cc.FIX_ARTIFACTS_BY_STRECHING_TEXEL = 0;
3232
cc.DIRECTOR_STATS_POSITION = {x: 0, y: 0};

0 commit comments

Comments
 (0)