Merge pull request #6884 from minggo/v3

update version
This commit is contained in:
minggo 2014-05-23 01:33:54 -05:00
commit 82c746cc62
1 changed files with 1 additions and 1 deletions

View File

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