Patch version raised to 1

This commit is contained in:
Linus Probert 2019-02-24 19:46:18 +01:00
parent 5ee20c9c20
commit ee4dd273b9
2 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 2)
set(breakhack_MINOR_VERSION 0)
set(breakhack_PATCH_VERSION 4)
set(breakhack_MINOR_VERSION 1)
set(breakhack_PATCH_VERSION 1)
set(breakhack_RELEASE_TYPE "")
include(FindLua)

View File