Patch version raised to 11
This commit is contained in:
parent
3f1cdf8a12
commit
4ccdebe79c
|
@ -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)
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
3f1cdf8 Fixes: #5 Creates a creditscreen
|
||||
2a80434 Adds posibility for daggers hitting walls to be recoverable.
|
Loading…
Reference in New Issue