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-Tag: 0.2.20110922~13 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=63f1ded16708f6419c1d0aa547d7b202f7098739;p=oweals%2Fminetest.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 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