Version bump

This commit is contained in:
Linus Probert 2018-09-09 12:57:15 +02:00
parent 956a37c36e
commit 2827d5ac0d
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ project(breakhack C)
set(breakhack_GAME_TITLE "BreakHack")
set(breakhack_MAJOR_VERSION 1)
set(breakhack_MINOR_VERSION 0)
set(breakhack_PATCH_VERSION 6)
set(breakhack_MINOR_VERSION 1)
set(breakhack_PATCH_VERSION 1)
set(breakhack_RELEASE_TYPE "")
include(FindLua)