Removes beta release type
This commit is contained in:
parent
76c2f90ce9
commit
b0f2936d44
|
@ -8,7 +8,7 @@ set(breakhack_GAME_TITLE "BreakHack")
|
||||||
set(breakhack_MAJOR_VERSION 2)
|
set(breakhack_MAJOR_VERSION 2)
|
||||||
set(breakhack_MINOR_VERSION 0)
|
set(breakhack_MINOR_VERSION 0)
|
||||||
set(breakhack_PATCH_VERSION 1)
|
set(breakhack_PATCH_VERSION 1)
|
||||||
set(breakhack_RELEASE_TYPE "(beta)")
|
set(breakhack_RELEASE_TYPE "")
|
||||||
|
|
||||||
include(FindLua)
|
include(FindLua)
|
||||||
include(FindPhysFS)
|
include(FindPhysFS)
|
||||||
|
|
Loading…
Reference in New Issue