Merge pull request #6332 from minggo/develop

update version
This commit is contained in:
minggo 2014-04-21 13:44:40 +08:00
commit 8a75bccdc1
1 changed files with 1 additions and 1 deletions

View File

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