Version bump for future release

This commit is contained in:
Linus Probert 2018-09-14 08:29:51 +02:00
parent 583a7d049d
commit 5d5170cb0b
1 changed files with 4 additions and 4 deletions

View File

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