Merge pull request #1211 from minggo/gles20

change version
This commit is contained in:
minggo 2012-08-21 02:03:53 -07:00
commit bc07682875
1 changed files with 1 additions and 1 deletions

View File

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