summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-12-01 00:37:46 +0200
committerPerttu Ahola <celeron55@gmail.com>2011-12-01 00:37:46 +0200
commit74c6836f2fd5c80e901bae604973b700b06727d8 (patch)
treedaafb1c1f449449324c1e4ac3ac13af47648d18a /CMakeLists.txt
parentd8d6d0dc959c5f23f1892314ee0cf793395ce802 (diff)
downloadminetest-74c6836f2fd5c80e901bae604973b700b06727d8.tar.gz
minetest-74c6836f2fd5c80e901bae604973b700b06727d8.tar.bz2
minetest-74c6836f2fd5c80e901bae604973b700b06727d8.zip
Update version in CMakeLists.txt to 0.4.dev-20111201-0
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 83793d29b..7fae8f47a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -10,7 +10,7 @@ project(minetest)
# Also remember to set PROTOCOL_VERSION in clientserver.h when releasing
set(VERSION_MAJOR 0)
set(VERSION_MINOR 4)
-set(VERSION_PATCH dev-20111129-2)
+set(VERSION_PATCH dev-20111201-0)
set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
MESSAGE(STATUS "*** Will build version ${VERSION_STRING} ***")