Skip to content

Commit

Permalink
Patch version raised to 9
Browse files Browse the repository at this point in the history
  • Loading branch information
LiquidityC committed Aug 5, 2018
1 parent 484fb30 commit 658d039
Show file tree
Hide file tree
Showing 2 changed files with 4 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 8)
set(breakhack_PATCH_VERSION 9)
set(breakhack_RELEASE_TYPE "(early access)")

include(FindLua)
Expand Down
3 changes: 3 additions & 0 deletions build/releasenotes/early-access-v9.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
484fb30 Changes the log to fill from the bottom
d8615b2 Changes stun icon and fixes some syntax reports from codacy
9fe2ede Fixes: #29 and #17 New skill: bash

0 comments on commit 658d039

Please sign in to comment.