Skip to content

Commit

Permalink
Patch version raised to 11
Browse files Browse the repository at this point in the history
  • Loading branch information
LiquidityC committed Aug 12, 2018
1 parent 3f1cdf8 commit 4ccdebe
Show file tree
Hide file tree
Showing 2 changed files with 3 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 10)
set(breakhack_PATCH_VERSION 11)
set(breakhack_RELEASE_TYPE "(early access)")

include(FindLua)
Expand Down
2 changes: 2 additions & 0 deletions build/releasenotes/early-access-v11.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
3f1cdf8 Fixes: #5 Creates a creditscreen
2a80434 Adds posibility for daggers hitting walls to be recoverable.

0 comments on commit 4ccdebe

Please sign in to comment.