Merge pull request #7845 from minggo/update-version

[ci skip]update version
This commit is contained in:
minggo 2014-08-22 11:49:25 +08:00
commit de7004345f
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
cocos2d-x-3.3 ??
cocos2d-x-3.3alpha0 ??
[NEW] Added UIScale9Sprite
[NEW] Added Camera, AABB, OBB and Ray
[NEW] Added render primitive and render primitive command, support passing point, line and triangle data

View File

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