From a90321e3774bd479ed7ec1eacb5a5814dd8d4178 Mon Sep 17 00:00:00 2001 From: Linus Probert Date: Wed, 17 Oct 2018 21:57:27 +0200 Subject: [PATCH] Patch version raised to --- CMakeLists.txt | 2 +- build/releasenotes/v1.1.5.txt | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 build/releasenotes/v1.1.5.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index 5d1b658..05f2642 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ project(breakhack C) set(breakhack_GAME_TITLE "BreakHack") set(breakhack_MAJOR_VERSION 1) set(breakhack_MINOR_VERSION 1) -set(breakhack_PATCH_VERSION 4) +set(breakhack_PATCH_VERSION 5) set(breakhack_RELEASE_TYPE "") include(FindLua) diff --git a/build/releasenotes/v1.1.5.txt b/build/releasenotes/v1.1.5.txt new file mode 100644 index 0000000..9a52beb --- /dev/null +++ b/build/releasenotes/v1.1.5.txt @@ -0,0 +1,8 @@ +0730eb4 Disable text input since this is on by default in SDL2.0 +7333d3d Update issue templates +70cc79f Merge pull request #47 from Oliveshark/add-code-of-conduct-1 +bdbb10b Create CODE_OF_CONDUCT.md +75660a5 Update to readme. +5d1490b Another README badge fix +aefbd95 Update readme to match new github url +90603b4 Fix what my bad build script broke