mirror of https://github.com/axmolengine/axmol.git
Merge pull request #3702 from ricardoquesada/update_cocos2d_version
version is v3.0-alpha0[ci skip]
This commit is contained in:
commit
10683a3910
|
@ -30,7 +30,7 @@ NS_CC_BEGIN
|
|||
|
||||
const char* cocos2dVersion()
|
||||
{
|
||||
return "3.0-pre-alpha0";
|
||||
return "3.0-alpha0";
|
||||
}
|
||||
|
||||
NS_CC_END
|
||||
|
|
|
@ -28,8 +28,8 @@ THE SOFTWARE.
|
|||
#define __COCOS2D_H__
|
||||
|
||||
// 0x00 HI ME LO
|
||||
// 00 02 01 00
|
||||
#define COCOS2D_VERSION 0x00020100
|
||||
// 00 03 00 00
|
||||
#define COCOS2D_VERSION 0x00030000
|
||||
|
||||
//
|
||||
// all cocos2d include files
|
||||
|
|
Loading…
Reference in New Issue