Skip to content

Commit

Permalink
Patch version raised to 12
Browse files Browse the repository at this point in the history
  • Loading branch information
LiquidityC committed Aug 12, 2018
1 parent 369cfda commit b4ae946
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 4 additions & 0 deletions build/releasenotes/early-access-v12.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
369cfda Completes #33 Create score screen
2544172 Began #33 Create score screen
7739ac5 Merge branch 'dev'
ffd777e Buggfixes

0 comments on commit b4ae946

Please sign in to comment.