Removes beta release type

This commit is contained in:
Linus Probert 2018-10-27 13:56:17 +02:00
parent 76c2f90ce9
commit b0f2936d44
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ set(breakhack_GAME_TITLE "BreakHack")
set(breakhack_MAJOR_VERSION 2)
set(breakhack_MINOR_VERSION 0)
set(breakhack_PATCH_VERSION 1)
set(breakhack_RELEASE_TYPE "(beta)")
set(breakhack_RELEASE_TYPE "")
include(FindLua)
include(FindPhysFS)