@@ -6,7 +6,7 @@ To do for each release
663 ) Update savefile version, bonefile version or highscore version, as appropriate
774 ) Update NEWS with release date
885 ) Commit the above changes
9- 6 ) Create a tag in the format ` v059 ` (use the same number as the new version number entered in ` CMakeLists.txt ` )
9+ 6 ) Create a tag in the format ` v060 ` (use the same number as the new version number entered in ` CMakeLists.txt ` )
10107 ) Push the above changes including tag to ` master `
1111
1212A zip file should appear later, on the release page. The binary is compiled with static linking, therefore, no dynamic link libraries are shipped.
@@ -19,7 +19,7 @@ Old instructions for posterity
1919
2020### Things to change around in the code:
2121
22- - Update the IVAN version number in the root CMakeLists.txt from 0.58 to 0.59 , depending on what the next version is
22+ - Update the IVAN version number in the root CMakeLists.txt from 0.59 to 0.60 , depending on what the next version is
2323 - Search for "increment" in the project files and increment the number associated with the bone files, savefiles and high score versions etc
2424 - Update this file (releasing.md) to the _ next_ release number with the instructions for the next release
2525
@@ -32,7 +32,7 @@ Old instructions for posterity
3232
3333### Include the following files in a zip folder for each release:
3434
35- ** Folder: IvanWin059 **
35+ ** Folder: IvanWin060 **
3636
3737** Files = 12**
3838
@@ -110,7 +110,7 @@ Old instructions for posterity
110110
111111** Subfolder: Script\sound**
112112
113- ### Then commit changes, with the release tag v059
113+ ### Then commit changes, with the release tag v060
114114Tag can be appended to latest commit
115115
116116### Push changes
0 commit comments