Patch version raised to 12

This commit is contained in:
Linus Probert 2018-08-12 19:44:17 +02:00
parent 369cfda70b
commit b4ae946140
2 changed files with 5 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 11)
set(breakhack_PATCH_VERSION 12)
set(breakhack_RELEASE_TYPE "(early access)")
include(FindLua)

View File

@ -0,0 +1,4 @@
369cfda Completes #33 Create score screen
2544172 Began #33 Create score screen
7739ac5 Merge branch 'dev'
ffd777e Buggfixes