From 4ccdebe79caa8179c92a72a21fc1fd729b197614 Mon Sep 17 00:00:00 2001 From: Linus Probert Date: Sun, 12 Aug 2018 09:25:03 +0200 Subject: [PATCH] Patch version raised to 11 --- CMakeLists.txt | 2 +- build/releasenotes/early-access-v11.txt | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 build/releasenotes/early-access-v11.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index 30d42d3..4db994b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ project(breakhack C) set(breakhack_GAME_TITLE "BreakHack") set(breakhack_MAJOR_VERSION 0) set(breakhack_MINOR_VERSION 1) -set(breakhack_PATCH_VERSION 10) +set(breakhack_PATCH_VERSION 11) set(breakhack_RELEASE_TYPE "(early access)") include(FindLua) diff --git a/build/releasenotes/early-access-v11.txt b/build/releasenotes/early-access-v11.txt new file mode 100644 index 0000000..81ded59 --- /dev/null +++ b/build/releasenotes/early-access-v11.txt @@ -0,0 +1,2 @@ +3f1cdf8 Fixes: #5 Creates a creditscreen +2a80434 Adds posibility for daggers hitting walls to be recoverable.