BITCH, THIS IS 0.4.0. 0.4.0
authorPerttu Ahola <celeron55@gmail.com>
Sat, 21 Jul 2012 00:37:07 +0000 (03:37 +0300)
committerPerttu Ahola <celeron55@gmail.com>
Sat, 21 Jul 2012 00:37:07 +0000 (03:37 +0300)
CMakeLists.txt
doc/lua_api.txt
doc/mapformat.txt

index d4c050842a18b3ac931516204ff5d80dae848080..8d61cf1c59c5cb46e67c11ab7b51cb291d1eccfb 100644 (file)
@@ -12,7 +12,7 @@ set(VERSION_EXTRA "" CACHE STRING "Stuff to append to version string")
 # Also remember to set PROTOCOL_VERSION in clientserver.h when releasing
 set(VERSION_MAJOR 0)
 set(VERSION_MINOR 4)
-set(VERSION_PATCH dev-20120606)
+set(VERSION_PATCH 0)
 if(VERSION_EXTRA)
        set(VERSION_PATCH ${VERSION_PATCH}-${VERSION_EXTRA})
 endif()
index 16f10815c7a45b684656bee6b8e85f5252b360e7..0f91d38949f6ca96358ae0c41fb66e6ae2c85448 100644 (file)
@@ -1,4 +1,4 @@
-Minetest Lua Modding API Reference 0.4.dev
+Minetest Lua Modding API Reference 0.4.0
 ==========================================
 More information at http://c55.me/minetest/
 
index ce00d276e21218f20f891f7c03b9ec069640c67e..ef16118c54c2754499172bbfb5513182298037e3 100644 (file)
@@ -3,7 +3,9 @@ Minetest World Format 22...23
 =============================
 
 This applies to a world format carrying the block serialization version
-22...23, used at least in 0.4.dev-20120322 ... 0.4.dev-20120606.
+22...23, used at least in
+- 0.4.dev-20120322 ... 0.4.dev-20120606
+- 0.4.0.
 
 The block serialization version does not fully specify every aspect of this
 format; if compliance with this format is to be checked, it needs to be