@@ -4,7 +4,7 @@ To do for each release
441 ) Pull from master
552 ) Update version numbers in ` CMakeLists.txt `
663 ) Update savefile version, bonefile version or highscore version, as appropriate
7- 4 ) Push a git tag to ` master ` in the format ` v056 ` (use the same number as the new version number entered in ` CMakeLists.txt ` )
7+ 4 ) Push a git tag to ` master ` in the format ` v057 ` (use the same number as the new version number entered in ` CMakeLists.txt ` )
88
99A zip file should appear later, on the release page. The binary is compiled with static linking, therefore, no dynamic link libraries are shipped.
1010
@@ -16,7 +16,7 @@ Old instructions for posterity
1616
1717### Things to change around in the code:
1818
19- - Update the IVAN version number in the root CMakeLists.txt from 0.55 to 0.56 , depending on what the next version is
19+ - Update the IVAN version number in the root CMakeLists.txt from 0.56 to 0.57 , depending on what the next version is
2020 - Search for "increment" in the project files and increment the number associated with the bone files, savefiles and high score versions etc
2121 - Update this file (releasing.md) to the _ next_ release number with the instructions for the next release
2222
@@ -29,7 +29,7 @@ Old instructions for posterity
2929
3030### Include the following files in a zip folder for each release:
3131
32- ** Folder: IvanWin056 **
32+ ** Folder: IvanWin057 **
3333
3434** Files = 12**
3535
@@ -107,7 +107,7 @@ Old instructions for posterity
107107
108108** Subfolder: Script\sound**
109109
110- ### Then commit changes, with the release tag v056
110+ ### Then commit changes, with the release tag v057
111111Tag can be appended to latest commit
112112
113113### Push changes
0 commit comments