Skip to content

Commit

Permalink
Version 0.55
Browse files Browse the repository at this point in the history
  • Loading branch information
ryfactor committed Dec 20, 2018
1 parent 902af15 commit 3c12ea5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project(ivan CXX C)
set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")

set(VERSION_MAJOR 0)
set(VERSION_MINOR 54)
set(VERSION_MINOR 55)
set(PROJECT_VERSION "${VERSION_MAJOR}.${VERSION_MINOR}")
#set(VERSION_PATCH 0)
#set(PROJECT_VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
Expand Down
8 changes: 4 additions & 4 deletions releasing.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ To do for each release
1) Pull from master
2) Update version numbers in `CMakeLists.txt`
3) Update savefile version, bonefile version or highscore version, as appropriate
4) Push a git tag to `master` in the format `v055` (use the same number as the new version number entered in `CMakeLists.txt`)
4) Push a git tag to `master` in the format `v056` (use the same number as the new version number entered in `CMakeLists.txt`)

A zip file should appear later, on the release page. The binary is compiled with static linking, therefore, no dynamic link libraries are shipped.

Expand All @@ -16,7 +16,7 @@ Old instructions for posterity

### Things to change around in the code:

- Update the IVAN version number in the root CMakeLists.txt from 0.54 to 0.55, depending on what the next version is
- Update the IVAN version number in the root CMakeLists.txt from 0.55 to 0.56, depending on what the next version is
- Search for "increment" in the project files and increment the number associated with the bone files, savefiles and high score versions etc
- Update this file (releasing.md) to the _next_ release number with the instructions for the next release

Expand All @@ -29,7 +29,7 @@ Old instructions for posterity

### Include the following files in a zip folder for each release:

**Folder: IvanWin055**
**Folder: IvanWin056**

**Files = 12**

Expand Down Expand Up @@ -107,7 +107,7 @@ Old instructions for posterity

**Subfolder: Script\sound**

### Then commit changes, with the release tag v055
### Then commit changes, with the release tag v056
Tag can be appended to latest commit

### Push changes

0 comments on commit 3c12ea5

Please sign in to comment.