From f65d157786d09a4756a52ec52f821c02a5f0efad Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Tue, 1 Nov 2011 16:54:01 +0200 Subject: Set version to 0.3.0 and update changelog --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 1c316d4fb..d23ba4e54 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 3) -set(VERSION_PATCH dev-20111021) +set(VERSION_PATCH 0) set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}") MESSAGE(STATUS "*** Will build version ${VERSION_STRING} ***") -- cgit v1.2.3