summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-10-15 15:02:28 +0300
committerPerttu Ahola <celeron55@gmail.com>2011-10-15 15:02:28 +0300
commit94dfececf6b4cf5d996ff2a12e7801bd640b1a57 (patch)
treeb0e6ac7c3f7463c0822cc37c350c8025dfe87382 /CMakeLists.txt
parent74febd5c31c20369a35a82e9a36e50f18562ce9f (diff)
downloadminetest-94dfececf6b4cf5d996ff2a12e7801bd640b1a57.tar.gz
minetest-94dfececf6b4cf5d996ff2a12e7801bd640b1a57.tar.bz2
minetest-94dfececf6b4cf5d996ff2a12e7801bd640b1a57.zip
strict_protocol_version_checking setting; PROTOCOL_VERSION in clientserver.h; clean up defaultsettings.cpp and minetest.conf.example
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index efab516dc..da569191b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,6 +7,7 @@ endif(${CMAKE_VERSION} STREQUAL "2.8.2")
# This can be read from ${PROJECT_NAME} after project() is called
project(minetest)
+# Also remember to set PROTOCOL_VERSION in clientserver.h when releasing
set(VERSION_MAJOR 0)
set(VERSION_MINOR 3)
set(VERSION_PATCH dev-201110xx)