From 417e7d3cc842642e1dd9ff959e989d85bbff74c3 Mon Sep 17 00:00:00 2001 From: Date: Wed, 4 Mar 2020 17:06:57 +0100 Subject: [PATCH] Patch version raised to 2 --- CMakeLists.txt | 2 +- build/releasenotes/v4.0.2.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 build/releasenotes/v4.0.2.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index 0867156..7c02289 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 1) +set(breakhack_PATCH_VERSION 2) set(breakhack_RELEASE_TYPE "") # Checksums diff --git a/build/releasenotes/v4.0.2.txt b/build/releasenotes/v4.0.2.txt new file mode 100644 index 0000000..99efde7 --- /dev/null +++ b/build/releasenotes/v4.0.2.txt @@ -0,0 +1 @@ +4edeb17 Fixes cross save problems due to architecture differences