From 6811c426673b3ef27d741396f59f1ed660f3dbfd Mon Sep 17 00:00:00 2001 From: Linus Probert Date: Tue, 25 Sep 2018 14:24:11 +0200 Subject: [PATCH] Patch version raised to --- CMakeLists.txt | 2 +- build/releasenotes/v1.1.1.txt | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 build/releasenotes/v1.1.1.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index 30d089a..7b4501a 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 3) +set(breakhack_PATCH_VERSION ) set(breakhack_RELEASE_TYPE "") include(FindLua) diff --git a/build/releasenotes/v1.1.1.txt b/build/releasenotes/v1.1.1.txt new file mode 100644 index 0000000..45bda60 --- /dev/null +++ b/build/releasenotes/v1.1.1.txt @@ -0,0 +1,4 @@ +e796fff Prepare release script for real versions +ae44d5c Adds minimal Steam fiddling protection +6e3343a License stuff and README updates +899d2e5 Update to build env