From c917981badbed63ebb1cc6b3046ad12dbf0912f6 Mon Sep 17 00:00:00 2001 From: Linus Probert Date: Sun, 24 Mar 2019 17:19:44 +0100 Subject: [PATCH] Patch version raised to 2 --- CMakeLists.txt | 2 +- build/releasenotes/v3.0.2.txt | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 build/releasenotes/v3.0.2.txt 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