mirror of https://github.com/axmolengine/axmol.git
update version
This commit is contained in:
parent
3c12cce352
commit
ed955cbe1d
|
@ -39,7 +39,7 @@ endif()
|
|||
project (Cocos2d-X)
|
||||
|
||||
# The version number
|
||||
set(COCOS2D_X_VERSION 3.11)
|
||||
set(COCOS2D_X_VERSION 3.12)
|
||||
|
||||
# define some variables
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@ NS_CC_BEGIN
|
|||
|
||||
CC_DLL const char* cocos2dVersion()
|
||||
{
|
||||
return "cocos2d-x-3.11.1";
|
||||
return "cocos2d-x-3.12";
|
||||
}
|
||||
|
||||
NS_CC_END
|
||||
|
|
|
@ -30,7 +30,7 @@ THE SOFTWARE.
|
|||
|
||||
// 0x00 HI ME LO
|
||||
// 00 03 08 00
|
||||
#define COCOS2D_VERSION 0x00031101
|
||||
#define COCOS2D_VERSION 0x00031200
|
||||
|
||||
//
|
||||
// all cocos2d include files
|
||||
|
|
Loading…
Reference in New Issue