From f966ea8659fc4e2e39595895807190d39f5d81ae Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Sun, 29 May 2011 21:35:38 +0300 Subject: [PATCH] version --HG-- extra : rebase_source : 6fa0a8b40406aa567f8fa84b5e2045a7e3762c1d --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 567b96c40..3dad8c9a7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ project(minetest) set(VERSION_MAJOR 0) set(VERSION_MINOR 2) -set(VERSION_PATCH 20110529_0) +set(VERSION_PATCH 20110529_1) set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}") # Configuration options