summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorkrzys-h <krzys_h@interia.pl>2014-07-01 21:05:06 +0200
committerkrzys-h <krzys_h@interia.pl>2014-07-01 21:05:06 +0200
commitc5abf18a579e0b70926d622425f0a7b8872913d9 (patch)
treeae4d9f0732966e8e0532ddb5d120c818f407cbc6 /CMakeLists.txt
parentd9fee8b2adad613cf8c10d153cd5cd7b261b7863 (diff)
downloadcolobot-c5abf18a579e0b70926d622425f0a7b8872913d9.tar.gz
colobot-c5abf18a579e0b70926d622425f0a7b8872913d9.tar.bz2
colobot-c5abf18a579e0b70926d622425f0a7b8872913d9.zip
Post-release 0.1.3-alpha
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d40a1b9..bf1e12e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -16,9 +16,9 @@ set(COLOBOT_VERSION_MINOR 1)
set(COLOBOT_VERSION_REVISION 3)
# 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)