change version string

This commit is contained in:
minggo 2013-01-28 15:24:13 +08:00
parent 846f054694
commit cd75f37d06
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ NS_CC_BEGIN
const char* cocos2dVersion()
{
return "cocos2d-2.1beta3-x-2.1.0";
return "cocos2d-2.1beta3-x-2.1.1";
}
NS_CC_END