From 8fa4fbd51c6dda812a3e4145c757428aded6a18b Mon Sep 17 00:00:00 2001 From: Linus Probert Date: Wed, 15 Aug 2018 08:08:58 +0200 Subject: [PATCH] Patch version raised to 13 --- CMakeLists.txt | 2 +- build/releasenotes/early-access-v13.txt | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 build/releasenotes/early-access-v13.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index 750b7cc..bc5b267 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 12) +set(breakhack_PATCH_VERSION 13) set(breakhack_RELEASE_TYPE "(early access)") include(FindLua) diff --git a/build/releasenotes/early-access-v13.txt b/build/releasenotes/early-access-v13.txt new file mode 100644 index 0000000..2ed97f3 --- /dev/null +++ b/build/releasenotes/early-access-v13.txt @@ -0,0 +1,8 @@ +9a610d5 Adds window icon +6af8d9d Completes #8 First boss +915ea59 Fixes a mistake in music loading. +6cc96a9 Begins #8 First boss +1a09328 Adds boss music and an additional attribution line per request. +6633db7 Adds room objects and FIRE rooms. +0b58e53 Removed "Examples" folder from assets +292f549 Minor compiler warning fix