summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorPiotr Dziwinski <piotrdz@gmail.com>2013-11-03 13:02:25 +0100
committerPiotr Dziwinski <piotrdz@gmail.com>2013-11-03 13:02:25 +0100
commitd8e50e4eeb2dde3e0d228e2bead29d73494f8874 (patch)
tree77615bf7ffc1bbcc57234bd7f1b558760e2807b0 /CMakeLists.txt
parent74b99781e81765a75f58fd5d97048fd45d5ffeb3 (diff)
downloadcolobot-d8e50e4eeb2dde3e0d228e2bead29d73494f8874.tar.gz
colobot-d8e50e4eeb2dde3e0d228e2bead29d73494f8874.tar.bz2
colobot-d8e50e4eeb2dde3e0d228e2bead29d73494f8874.zip
Version bump (0.1.1)
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 173fb1b..43b4a8f 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 0)
+set(COLOBOT_VERSION_REVISION 1)
# Used on official releases
#set(COLOBOT_VERSION_RELEASE_CODENAME "-alpha")