mirror of https://github.com/axmolengine/axmol.git
Merge pull request #19810 from minggo/change-version
change version to beta
This commit is contained in:
commit
261cf5b82a
|
@ -32,7 +32,7 @@ NS_CC_BEGIN
|
|||
|
||||
CC_DLL const char* cocos2dVersion()
|
||||
{
|
||||
return "cocos2d-x-4.0alpha1";
|
||||
return "cocos2d-x-4.0beta";
|
||||
}
|
||||
|
||||
NS_CC_END
|
||||
|
|
|
@ -31,7 +31,7 @@ THE SOFTWARE.
|
|||
|
||||
// 0x00 HI ME LO
|
||||
// 00 03 08 00
|
||||
#define COCOS2D_VERSION 0x00040001
|
||||
#define COCOS2D_VERSION 0x00040000
|
||||
|
||||
//
|
||||
// all cocos2d include files
|
||||
|
|
Loading…
Reference in New Issue