Skip to content

Commit 1a1edbb

Browse files
committed
IVAN version 0.57
1 parent 3f39b3e commit 1a1edbb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ project(ivan CXX C)
44
set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
55

66
set(VERSION_MAJOR 0)
7-
set(VERSION_MINOR 56)
7+
set(VERSION_MINOR 57)
88
set(PROJECT_VERSION "${VERSION_MAJOR}.${VERSION_MINOR}")
99
#set(VERSION_PATCH 0)
1010
#set(PROJECT_VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")

releasing.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ To do for each release
44
1) Pull from master
55
2) Update version numbers in `CMakeLists.txt`
66
3) Update savefile version, bonefile version or highscore version, as appropriate
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`)
7+
4) Push a git tag to `master` in the format `v058` (use the same number as the new version number entered in `CMakeLists.txt`)
88

99
A 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.56 to 0.57, depending on what the next version is
19+
- Update the IVAN version number in the root CMakeLists.txt from 0.57 to 0.58, 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: IvanWin057**
32+
**Folder: IvanWin058**
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 v057
110+
### Then commit changes, with the release tag v058
111111
Tag can be appended to latest commit
112112

113113
### Push changes

0 commit comments

Comments
 (0)