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