summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-09-06 19:22:00 +0300
committerPerttu Ahola <celeron55@gmail.com>2011-09-06 19:22:00 +0300
commit63f1ded16708f6419c1d0aa547d7b202f7098739 (patch)
tree00221ad5087c630722e311ffa009e2c1f01233d4 /CMakeLists.txt
parent3c30ab28070d206585047640d0c293912208e37d (diff)
downloadminetest-63f1ded16708f6419c1d0aa547d7b202f7098739.tar.gz
minetest-63f1ded16708f6419c1d0aa547d7b202f7098739.tar.bz2
minetest-63f1ded16708f6419c1d0aa547d7b202f7098739.zip
Update version number to something more proper for this stage of development (0.2.201109xx_dev)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index bf430a0df..ff6db1698 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -9,7 +9,7 @@ project(minetest)
set(VERSION_MAJOR 0)
set(VERSION_MINOR 2)
-set(VERSION_PATCH 20110731_3)
+set(VERSION_PATCH 201109xx_dev)
set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
# Configuration options