Skip to content

Commit 7f5a958

Browse files
committed
Updated installer version
Former-commit-id: 656be2a
1 parent f2fc9cb commit 7f5a958

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

RELEASE TODO.txt

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,24 @@ Update the file VERSION with latest version number.
55
Add no CR/LF or any other formatting to the file.
66

77
2)
8-
Update cocos2d.m, with the correct version number
8+
Update install.sh
9+
Edit the line
10+
COCOS2D_VER="Cocos2D-v3.x.x”
11+
with the correct version number
912

1013
3)
11-
Add any new authors to the AUTHORS file
14+
Update cocos2d.m, with the correct version number
1215

1316
4)
14-
Add major changes and additions to the file RELEASE_NOTES
17+
Add any new authors to the AUTHORS file
1518

1619
5)
17-
Tag the release, with the according version number
20+
Add major changes and additions to the file RELEASE_NOTES
1821

1922
6)
23+
Tag the release, with the according version number
24+
25+
7)
2026
Currently two set of files are made available to the users, upon release
2127
a) A DMG, automating the install process
2228
b) a ZIP, allowing for manual install

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# Variables setup
1414
# ----------------------------------------------------
1515
SCRIPT_VER="v0.9.5"
16-
COCOS2D_VER="Cocos2D-v3.0.0.RC.2"
16+
COCOS2D_VER="Cocos2D-v3.0.0"
1717
COCOS2D_DST_DIR="cocos2d v3.x"
1818
SCRIPT_DIR="$(dirname $0)"
1919

0 commit comments

Comments
 (0)