From: Perttu Ahola Date: Tue, 6 Sep 2011 16:22:00 +0000 (+0300) Subject: Update version number to something more proper for this stage of development (0.2... X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=63f1ded16708f6419c1d0aa547d7b202f7098739;p=zefram%2Fminetest%2Fminetest_engine.git Update version number to something more proper for this stage of development (0.2.201109xx_dev) --- diff --git a/CMakeLists.txt b/CMakeLists.txt index bf430a0d..ff6db169 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