File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -5,18 +5,24 @@ Update the file VERSION with latest version number.
5
5
Add no CR/LF or any other formatting to the file.
6
6
7
7
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
9
12
10
13
3)
11
- Add any new authors to the AUTHORS file
14
+ Update cocos2d.m, with the correct version number
12
15
13
16
4)
14
- Add major changes and additions to the file RELEASE_NOTES
17
+ Add any new authors to the AUTHORS file
15
18
16
19
5)
17
- Tag the release, with the according version number
20
+ Add major changes and additions to the file RELEASE_NOTES
18
21
19
22
6)
23
+ Tag the release, with the according version number
24
+
25
+ 7)
20
26
Currently two set of files are made available to the users, upon release
21
27
a) A DMG, automating the install process
22
28
b) a ZIP, allowing for manual install
Original file line number Diff line number Diff line change 13
13
# Variables setup
14
14
# ----------------------------------------------------
15
15
SCRIPT_VER=" v0.9.5"
16
- COCOS2D_VER=" Cocos2D-v3.0.0.RC.2 "
16
+ COCOS2D_VER=" Cocos2D-v3.0.0"
17
17
COCOS2D_DST_DIR=" cocos2d v3.x"
18
18
SCRIPT_DIR=" $( dirname $0 ) "
19
19
You can’t perform that action at this time.
0 commit comments