update version

This commit is contained in:
minggo 2016-06-17 18:09:27 +08:00
parent 3c12cce352
commit ed955cbe1d
3 changed files with 3 additions and 3 deletions

View File

@ -39,7 +39,7 @@ endif()
project (Cocos2d-X) project (Cocos2d-X)
# The version number # The version number
set(COCOS2D_X_VERSION 3.11) set(COCOS2D_X_VERSION 3.12)
# define some variables # define some variables

View File

@ -31,7 +31,7 @@ NS_CC_BEGIN
CC_DLL const char* cocos2dVersion() CC_DLL const char* cocos2dVersion()
{ {
return "cocos2d-x-3.11.1"; return "cocos2d-x-3.12";
} }
NS_CC_END NS_CC_END

View File

@ -30,7 +30,7 @@ THE SOFTWARE.
// 0x00 HI ME LO // 0x00 HI ME LO
// 00 03 08 00 // 00 03 08 00
#define COCOS2D_VERSION 0x00031101 #define COCOS2D_VERSION 0x00031200
// //
// all cocos2d include files // all cocos2d include files