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.