Patch version raised to 5

This commit is contained in:
Linus Probert 2018-05-17 09:00:27 +02:00
parent 644a0c1f45
commit d4f2514e7e
1 changed files with 1 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 4)
set(breakhack_PATCH_VERSION 5)
set(breakhack_RELEASE_TYPE "(early access)")
include(FindLua)