mirror of https://github.com/axmolengine/axmol.git
Merge pull request #12588 from pandamicro/v3.7-release
[ci skip]Update engine version
This commit is contained in:
commit
53fb76ecfe
|
@ -31,7 +31,7 @@ NS_CC_BEGIN
|
|||
|
||||
CC_DLL const char* cocos2dVersion()
|
||||
{
|
||||
return "cocos2d-x-3.7beta0";
|
||||
return "cocos2d-x-3.7rc0";
|
||||
}
|
||||
|
||||
NS_CC_END
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
#include <assert.h>
|
||||
#include <memory>
|
||||
|
||||
#define ENGINE_VERSION "Cocos2d-JS v3.7 Beta0"
|
||||
#define ENGINE_VERSION "Cocos2d-JS v3.7 RC0"
|
||||
|
||||
void js_log(const char *format, ...);
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
// CCConfig.js
|
||||
//
|
||||
cc.ENGINE_VERSION = "Cocos2d-JS v3.7 Beta0";
|
||||
cc.ENGINE_VERSION = "Cocos2d-JS v3.7 RC0";
|
||||
|
||||
cc.FIX_ARTIFACTS_BY_STRECHING_TEXEL = 0;
|
||||
cc.DIRECTOR_STATS_POSITION = {x: 0, y: 0};
|
||||
|
|
2
web
2
web
|
@ -1 +1 @@
|
|||
Subproject commit fec945a7000ff31a7c206ca2ca7fd13707a2570a
|
||||
Subproject commit d70597b176ab4c11bf2dcbd1d18017436689dc85
|
Loading…
Reference in New Issue