diff options
author | Perttu Ahola <celeron55@gmail.com> | 2011-09-22 18:22:04 +0300 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2011-09-22 18:22:04 +0300 |
commit | 7244f091115c467cd5c0020bb2fb74f70c4114e5 (patch) | |
tree | 13e1d07fe72a162cc635cabc87040e566c30665e | |
parent | ca748ad44ce6e75b4ebc82996bd6a05b0b2d58ad (diff) | |
download | minetest-7244f091115c467cd5c0020bb2fb74f70c4114e5.tar.gz minetest-7244f091115c467cd5c0020bb2fb74f70c4114e5.tar.bz2 minetest-7244f091115c467cd5c0020bb2fb74f70c4114e5.zip |
Oh well, let's call it just 0.2.20110922
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | doc/changelog.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index ec73b2724..20bb3e308 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ project(minetest) set(VERSION_MAJOR 0) set(VERSION_MINOR 2) -set(VERSION_PATCH 20110922_rc1) +set(VERSION_PATCH 20110922) set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}") # Configuration options diff --git a/doc/changelog.txt b/doc/changelog.txt index 79d09b1cf..3f085667c 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -3,7 +3,7 @@ Minetest-c55 changelog This should contain all the major changes. For minor stuff, refer to the commit log of the repository. -0.2.20110922_rc1: +0.2.20110922: - Map is saved in an SQLite database file (by Queatz) - Ladders (MarkTraceur) - Lava |