Patch version raised to 9
This commit is contained in:
parent
484fb30a89
commit
658d039d66
|
@ -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)
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue