Changed version number according to a new versioning scheme.

This commit is contained in:
Perttu Ahola 2011-04-06 11:16:44 +03:00
parent 2dcad492e8
commit 12f8f09f8c
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@ endif(${CMAKE_VERSION} STREQUAL "2.8.2")
project(minetest)
set(VERSION_MAJOR 0)
set(VERSION_MINOR 0)
set(VERSION_PATCH 2)
set(VERSION_MINOR 2)
set(VERSION_PATCH 20110604-0)
set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
# Configuration options