Patch version raised to 2

This commit is contained in:
Linus Probert 2019-02-24 23:02:08 +01:00
parent a03aec7c46
commit 1b440c248d
2 changed files with 10 additions and 1 deletions

View File

@ -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)

View File

@ -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