Patch version raised to 11

This commit is contained in:
Linus Probert 2018-08-12 09:25:03 +02:00
parent 3f1cdf8a12
commit 4ccdebe79c
2 changed files with 3 additions and 1 deletions

View File

@ -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)

View File

@ -0,0 +1,2 @@
3f1cdf8 Fixes: #5 Creates a creditscreen
2a80434 Adds posibility for daggers hitting walls to be recoverable.