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