[ci skip] update version

This commit is contained in:
minggo 2015-04-07 10:36:38 +08:00
parent 295b6d7044
commit 1646278be2
1 changed files with 1 additions and 1 deletions

View File

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