We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2b8fd4 commit c917981Copy full SHA for c917981
CMakeLists.txt
@@ -7,7 +7,7 @@ project(breakhack C)
7
set(breakhack_GAME_TITLE "BreakHack")
8
set(breakhack_MAJOR_VERSION 3)
9
set(breakhack_MINOR_VERSION 0)
10
-set(breakhack_PATCH_VERSION 1)
+set(breakhack_PATCH_VERSION 2)
11
set(breakhack_RELEASE_TYPE "")
12
13
# Checksums
build/releasenotes/v3.0.2.txt
@@ -0,0 +1,6 @@
1
+c2b8fd4 Adds key pickup SFX
2
+7a59d15 Don't add walls to crumbling rooms before lvl 4
3
+c9fde8d Updated releasenotes
4
+c4811ed Fixes checksumtool output again
5
+eceb241 Removes useless text from checksumtool output
6
+cea891f Move checksum configuration to CMakeLists.txt and config.h
0 commit comments