From: Perttu Ahola Date: Mon, 26 Mar 2012 21:07:25 +0000 (+0300) Subject: Update version number to 0.4.dev-20120326 because much has changed from the previous one X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=684b0047512ce78b97ef5973898fa84cc26f1e48;p=zefram%2Fminetest%2Fminetest_engine.git Update version number to 0.4.dev-20120326 because much has changed from the previous one --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 41c55d12..e8eefe57 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-20120320) +set(VERSION_PATCH dev-20120326) set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}") MESSAGE(STATUS "*** Will build version ${VERSION_STRING} ***")