Post-release 0.2.1-alpha

dev
Tomasz Kapuściński 2023-08-08 00:43:51 +02:00
parent acc3c5ae5e
commit 84ac0d3ba8
1 changed files with 2 additions and 2 deletions

View File

@ -20,9 +20,9 @@ set(COLOBOT_VERSION_MINOR 2)
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)