Skip to content

Commit

Permalink
Updated installer version
Browse files Browse the repository at this point in the history
Former-commit-id: 656be2a
  • Loading branch information
Birkemose committed Mar 4, 2014
1 parent f2fc9cb commit 7f5a958
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
14 changes: 10 additions & 4 deletions RELEASE TODO.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,24 @@ Update the file VERSION with latest version number.
Add no CR/LF or any other formatting to the file.

2)
Update cocos2d.m, with the correct version number
Update install.sh
Edit the line
COCOS2D_VER="Cocos2D-v3.x.x”
with the correct version number

3)
Add any new authors to the AUTHORS file
Update cocos2d.m, with the correct version number

4)
Add major changes and additions to the file RELEASE_NOTES
Add any new authors to the AUTHORS file

5)
Tag the release, with the according version number
Add major changes and additions to the file RELEASE_NOTES

6)
Tag the release, with the according version number

7)
Currently two set of files are made available to the users, upon release
a) A DMG, automating the install process
b) a ZIP, allowing for manual install
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# Variables setup
# ----------------------------------------------------
SCRIPT_VER="v0.9.5"
COCOS2D_VER="Cocos2D-v3.0.0.RC.2"
COCOS2D_VER="Cocos2D-v3.0.0"
COCOS2D_DST_DIR="cocos2d v3.x"
SCRIPT_DIR="$(dirname $0)"

Expand Down

0 comments on commit 7f5a958

Please sign in to comment.