From 38207e03d1f341bf2f461730f722c529eb971e9e Mon Sep 17 00:00:00 2001 From: Linus Probert Date: Wed, 4 Mar 2020 21:51:31 +0100 Subject: [PATCH] Patch version raised to 3 --- CMakeLists.txt | 2 +- build/releasenotes/v4.0.3.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 build/releasenotes/v4.0.3.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index 7c02289..67c7577 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ project(breakhack C) set(breakhack_GAME_TITLE "BreakHack") set(breakhack_MAJOR_VERSION 4) set(breakhack_MINOR_VERSION 0) -set(breakhack_PATCH_VERSION 2) +set(breakhack_PATCH_VERSION 3) set(breakhack_RELEASE_TYPE "") # Checksums diff --git a/build/releasenotes/v4.0.3.txt b/build/releasenotes/v4.0.3.txt new file mode 100644 index 0000000..d4734dd --- /dev/null +++ b/build/releasenotes/v4.0.3.txt @@ -0,0 +1 @@ +e636ec1 Don't delete saves from other architectures on death