Fixed version codename (-alpha)

dev-mp colobot-gold-0.1.1-alpha
Piotr Dziwinski 2013-11-03 23:30:25 +01:00
parent f1c5cd5f82
commit 881802b050
1 changed files with 2 additions and 2 deletions

View File

@ -16,9 +16,9 @@ set(COLOBOT_VERSION_MINOR 1)
set(COLOBOT_VERSION_REVISION 1)
# Used on official releases
#set(COLOBOT_VERSION_RELEASE_CODENAME "-alpha")
set(COLOBOT_VERSION_RELEASE_CODENAME "-alpha")
# Used on unreleased, development builds
set(COLOBOT_VERSION_UNRELEASED "+alpha")
#set(COLOBOT_VERSION_UNRELEASED "+alpha")
# Append git characteristics to version
if(DEFINED COLOBOT_VERSION_UNRELEASED AND EXISTS "${CMAKE_SOURCE_DIR}/.git")