]> git.lizzy.rs Git - minetest.git/blobdiff - CMakeLists.txt
...Make the the server buildable again after the last commit
[minetest.git] / CMakeLists.txt
index 941578096d4ae69ffd03c006e85ab06080a2e141..e0b5366b972fd93a69513c2a36089081d3372e46 100644 (file)
@@ -7,11 +7,14 @@ 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 2)
-set(VERSION_PATCH 20110731_2)
+set(VERSION_MINOR 3)
+set(VERSION_PATCH dev-20111016)
 set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
 
+MESSAGE(STATUS "*** Will build version ${VERSION_STRING} ***")
+
 # Configuration options
 
 if(WIN32)