From fe18240060ecb4b4fc378de6b5ef0160d8818fc6 Mon Sep 17 00:00:00 2001 From: Linus Probert Date: Tue, 26 Feb 2019 17:30:15 +0100 Subject: [PATCH] Patch version raised to 3 --- CMakeLists.txt | 2 +- build/releasenotes/v2.1.3.txt | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 build/releasenotes/v2.1.3.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index 5cdba2c..79b69b3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ project(breakhack C) set(breakhack_GAME_TITLE "BreakHack") set(breakhack_MAJOR_VERSION 2) set(breakhack_MINOR_VERSION 1) -set(breakhack_PATCH_VERSION 2) +set(breakhack_PATCH_VERSION 3) set(breakhack_RELEASE_TYPE "") include(FindLua) diff --git a/build/releasenotes/v2.1.3.txt b/build/releasenotes/v2.1.3.txt new file mode 100644 index 0000000..ebffd01 --- /dev/null +++ b/build/releasenotes/v2.1.3.txt @@ -0,0 +1,4 @@ +e455523 Update README.md +791dd7e Removes cppcheck warning +b08ef10 Code maintenance and cleanup +fffcac1 Makes sure til effects and items apply after backstab