mirror of https://github.com/axmolengine/axmol.git
change version
This commit is contained in:
parent
4790a46a66
commit
5f8e9afec6
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue