1
0
mirror of https://github.com/moparisthebest/minetest synced 2025-03-09 22:29:41 -04:00

Update version number to something more proper for this stage of development (0.2.201109xx_dev)

This commit is contained in:
Perttu Ahola 2011-09-06 19:22:00 +03:00
parent 3c30ab2807
commit 63f1ded167

View File

@ -9,7 +9,7 @@ project(minetest)
set(VERSION_MAJOR 0) set(VERSION_MAJOR 0)
set(VERSION_MINOR 2) set(VERSION_MINOR 2)
set(VERSION_PATCH 20110731_3) set(VERSION_PATCH 201109xx_dev)
set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}") set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
# Configuration options # Configuration options