Post-release 0.2.0-alpha

fix-squashed-planets
Mateusz Przybył 2021-08-21 22:57:34 +02:00
parent faa4eaae20
commit c039e7e859
1 changed files with 2 additions and 2 deletions

View File

@ -16,9 +16,9 @@ set(COLOBOT_VERSION_MINOR 2)
set(COLOBOT_VERSION_REVISION 0)
# 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)