From 853a78681eea74103b5fd6294a2ef25e65a7f946 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Fri, 14 Oct 2011 09:55:39 +0300 Subject: In CMake scripts: New version number, fix MSVC stuff --- CMakeLists.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index ec94768e0..ea8c9ee16 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,10 +8,12 @@ endif(${CMAKE_VERSION} STREQUAL "2.8.2") project(minetest) set(VERSION_MAJOR 0) -set(VERSION_MINOR 2) -set(VERSION_PATCH 20110922_1) +set(VERSION_MINOR 3) +set(VERSION_PATCH dev-20111012a) set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}") +MESSAGE(STATUS "*** Will build version ${VERSION_STRING} ***") + # Configuration options if(WIN32) -- cgit v1.2.3