diff --git a/CMakeLists.txt b/CMakeLists.txt index 6b931fa..0ca9622 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 11) +set(breakhack_PATCH_VERSION 12) set(breakhack_RELEASE_TYPE "(early access)") include(FindLua) diff --git a/build/releasenotes/early-access-v12.txt b/build/releasenotes/early-access-v12.txt new file mode 100644 index 0000000..8a48dd1 --- /dev/null +++ b/build/releasenotes/early-access-v12.txt @@ -0,0 +1,4 @@ +369cfda Completes #33 Create score screen +2544172 Began #33 Create score screen +7739ac5 Merge branch 'dev' +ffd777e Buggfixes