From 63f1ded16708f6419c1d0aa547d7b202f7098739 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Tue, 6 Sep 2011 19:22:00 +0300 Subject: Update version number to something more proper for this stage of development (0.2.201109xx_dev) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3