mirror of https://github.com/axmolengine/axmol.git
Merge pull request #7845 from minggo/update-version
[ci skip]update version
This commit is contained in:
commit
de7004345f
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue