[ci skip]update version

This commit is contained in:
minggo 2015-01-13 16:34:59 +08:00
parent bb742c30ad
commit e9dbe4adc6
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.4";
return "cocos2d-x 3.4rc1";
}
NS_CC_END