From 1b440c248d8a530a31aca1e9b08b5c2b67743fbc Mon Sep 17 00:00:00 2001 From: Linus Probert Date: Sun, 24 Feb 2019 23:02:08 +0100 Subject: [PATCH] Patch version raised to 2 --- CMakeLists.txt | 2 +- build/releasenotes/v2.1.2.txt | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 build/releasenotes/v2.1.2.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index 7a5016e..5cdba2c 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 1) +set(breakhack_PATCH_VERSION 2) set(breakhack_RELEASE_TYPE "") include(FindLua) diff --git a/build/releasenotes/v2.1.2.txt b/build/releasenotes/v2.1.2.txt new file mode 100644 index 0000000..b52f68e --- /dev/null +++ b/build/releasenotes/v2.1.2.txt @@ -0,0 +1,9 @@ +a03aec7 Handles the second mingw special case which I kept forgetting. +0de018f Fix mingw preprocessor define from cmake +3eeb4d0 Include mingw32 64bit in the exclusion +5f369da Fixed preprocessor command for mingw +c98e6e6 Fix wonky mingw errors in appveyor +499f015 Only use gmtime_s for MSVC +9b9a0ca Fixed bad include +926054b Ensure that we have seed when making a map +49b7ebb Include patch notes for v2.2.1