change version

This commit is contained in:
minggo 2013-06-04 11:52:35 +08:00
parent 4790a46a66
commit 5f8e9afec6
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ NS_CC_BEGIN
const char* cocos2dVersion()
{
return "2.1rc0-x-2.1.3";
return "2.1rc0-x-2.1.4";
}
NS_CC_END

View File

@ -2,7 +2,7 @@
echo 'cocos2d-x template installer'
COCOS2D_VER='cocos2d-2.1rc0-x-2.1.3'
COCOS2D_VER='2.1rc0-x-2.1.4'
BASE_TEMPLATE_DIR="/Library/Application Support/Developer/Shared/Xcode"
BASE_TEMPLATE_USER_DIR="$HOME/Library/Application Support/Developer/Shared/Xcode"