Patch version raised to 2

This commit is contained in:
Linus Probert 2019-03-24 17:19:44 +01:00
parent c2b8fd40eb
commit c917981bad
2 changed files with 7 additions and 1 deletions

View File

@ -7,7 +7,7 @@ project(breakhack C)
set(breakhack_GAME_TITLE "BreakHack")
set(breakhack_MAJOR_VERSION 3)
set(breakhack_MINOR_VERSION 0)
set(breakhack_PATCH_VERSION 1)
set(breakhack_PATCH_VERSION 2)
set(breakhack_RELEASE_TYPE "")
# Checksums

View File

@ -0,0 +1,6 @@
c2b8fd4 Adds key pickup SFX
7a59d15 Don't add walls to crumbling rooms before lvl 4
c9fde8d Updated releasenotes
c4811ed Fixes checksumtool output again
eceb241 Removes useless text from checksumtool output
cea891f Move checksum configuration to CMakeLists.txt and config.h