Patch version raised to 2
This commit is contained in:
parent
c2b8fd40eb
commit
c917981bad
|
@ -7,7 +7,7 @@ project(breakhack C)
|
||||||
set(breakhack_GAME_TITLE "BreakHack")
|
set(breakhack_GAME_TITLE "BreakHack")
|
||||||
set(breakhack_MAJOR_VERSION 3)
|
set(breakhack_MAJOR_VERSION 3)
|
||||||
set(breakhack_MINOR_VERSION 0)
|
set(breakhack_MINOR_VERSION 0)
|
||||||
set(breakhack_PATCH_VERSION 1)
|
set(breakhack_PATCH_VERSION 2)
|
||||||
set(breakhack_RELEASE_TYPE "")
|
set(breakhack_RELEASE_TYPE "")
|
||||||
|
|
||||||
# Checksums
|
# Checksums
|
||||||
|
|
|
@ -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
|
Loading…
Reference in New Issue