Patch version raised to 1

This commit is contained in:
Linus Probert 2019-03-20 20:28:29 +01:00
parent ce182ad20f
commit 53703f1761
2 changed files with 3 additions and 3 deletions

View File

@ -5,9 +5,9 @@ SET(CMAKE_COLOR_MAKEFILE ON)
project(breakhack C)
set(breakhack_GAME_TITLE "BreakHack")
set(breakhack_MAJOR_VERSION 2)
set(breakhack_MINOR_VERSION 1)
set(breakhack_PATCH_VERSION 4)
set(breakhack_MAJOR_VERSION 3)
set(breakhack_MINOR_VERSION 0)
set(breakhack_PATCH_VERSION 1)
set(breakhack_RELEASE_TYPE "")
include(FindLua)

View File