changed version number to 0.2.20110529_0
authorPerttu Ahola <celeron55@gmail.com>
Sun, 29 May 2011 18:28:22 +0000 (21:28 +0300)
committerPerttu Ahola <celeron55@gmail.com>
Sun, 29 May 2011 18:28:22 +0000 (21:28 +0300)
--HG--
extra : rebase_source : 9b05d4bfee9312aef4182fa6f63b4237368cec34

CMakeLists.txt
doc/changelog.txt

index d5b8028f614561d9c40ded96405d913c28264f4e..567b96c40b3fd8ab321f21c5a8a3ffd25c5b60eb 100644 (file)
@@ -9,7 +9,7 @@ project(minetest)
 
 set(VERSION_MAJOR 0)
 set(VERSION_MINOR 2)
-set(VERSION_PATCH 20110424_1_dev)
+set(VERSION_PATCH 20110529_0)
 set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
 
 # Configuration options
index e886370a64c1c3cd7fec2193648a5e14da9064ed..7089146a07a74216970524c370cd56e7513b17b0 100644 (file)
@@ -15,6 +15,8 @@ X:
 - All textures first searched from texture_path
 - Map directory ("map") has been renamed to "world" (just rename it to load an old world)
 - Mouse inversion (invert_mouse)
+- Grass doesn't grow immediately anymore
+- Fence added
 
 2011-04-24:
 - Smooth lighting with simple ambient occlusion