diff --git a/CMakeLists.txt b/CMakeLists.txt index e09a262..7f93294 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 diff --git a/build/releasenotes/v3.0.2.txt b/build/releasenotes/v3.0.2.txt new file mode 100644 index 0000000..8899e51 --- /dev/null +++ b/build/releasenotes/v3.0.2.txt @@ -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