summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorPiotr Dziwinski <piotrdz@gmail.com>2013-11-26 00:39:44 +0100
committerPiotr Dziwinski <piotrdz@gmail.com>2013-11-26 00:39:44 +0100
commit8c25650ad5e888019f350f099d6755921780c6f1 (patch)
treea1368672e0eed3bace964dee6383513cfa39a3db /CMakeLists.txt
parentfdd7c225910302a46ae637a910ab2119cec5c391 (diff)
downloadcolobot-8c25650ad5e888019f350f099d6755921780c6f1.tar.gz
colobot-8c25650ad5e888019f350f099d6755921780c6f1.tar.bz2
colobot-8c25650ad5e888019f350f099d6755921780c6f1.zip
Version bump (0.1.2)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7ee21cf..ff30513 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ project(colobot C CXX)
set(COLOBOT_VERSION_CODENAME "Gold")
set(COLOBOT_VERSION_MAJOR 0)
set(COLOBOT_VERSION_MINOR 1)
-set(COLOBOT_VERSION_REVISION 1)
+set(COLOBOT_VERSION_REVISION 2)
# Used on official releases
#set(COLOBOT_VERSION_RELEASE_CODENAME "-alpha")