summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-07-04 22:15:15 +0300
committerPerttu Ahola <celeron55@gmail.com>2011-07-04 22:15:15 +0300
commit81535f6277b66c869cda7125b2aeaf99e8078b92 (patch)
tree67213d7444686afd06039243628f61801fefa669
parentf9a05849ed73f7f03ff6d783d2ffeaca85c29c1f (diff)
downloadminetest-81535f6277b66c869cda7125b2aeaf99e8078b92.tar.gz
minetest-81535f6277b66c869cda7125b2aeaf99e8078b92.tar.bz2
minetest-81535f6277b66c869cda7125b2aeaf99e8078b92.zip
Updated version and changelog
-rw-r--r--CMakeLists.txt2
-rw-r--r--doc/changelog.txt5
2 files changed, 6 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 516778995..6403a9dd9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -9,7 +9,7 @@ project(minetest)
set(VERSION_MAJOR 0)
set(VERSION_MINOR 2)
-set(VERSION_PATCH 20110618_0_dev)
+set(VERSION_PATCH 20110704_0)
set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
# Configuration options
diff --git a/doc/changelog.txt b/doc/changelog.txt
index 5a01b6bc4..58d28d236 100644
--- a/doc/changelog.txt
+++ b/doc/changelog.txt
@@ -3,6 +3,11 @@ Minetest-c55 changelog
This should contain all the major changes.
For minor stuff, refer to the commit log of the repository.
+2011-07-04:
+- Many small fixes
+- Code reorganizing to aid further development
+- Renewed map generator
+
2011-06-02:
- Password crash on windows fixed
- Optimized server CPU usage a lot