[ci skip]update version

This commit is contained in:
minggo 2014-10-16 15:41:43 +08:00
parent 41d280893f
commit 04839b0e8f
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.3beta0";
return "cocos2d-x 3.3rc0";
}
NS_CC_END