Merge pull request #4742 from minggo/develop

update cocos2d-x version string
This commit is contained in:
minggo 2013-12-30 04:23:41 -08:00
commit 3680995f0b
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ NS_CC_BEGIN
const char* cocos2dVersion()
{
return "3.0-beta0-pre";
return "3.0-beta";
}
NS_CC_END