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-Tag: 0.4.dev-20120326 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=684b0047512ce78b97ef5973898fa84cc26f1e48;p=oweals%2Fminetest.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 41c55d12f..e8eefe579 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} ***")