Bump version to 0.4.4 as this isn't compatible with 0.4.3
authorPerttu Ahola <celeron55@gmail.com>
Sun, 25 Nov 2012 22:56:47 +0000 (00:56 +0200)
committerPerttu Ahola <celeron55@gmail.com>
Sun, 25 Nov 2012 22:56:47 +0000 (00:56 +0200)
CMakeLists.txt
doc/lua_api.txt

index 4e7c1f761f717c1af9e419a9cd7455debabe70b5..23c64541d84fe57cfa97fea63a136a172a834ea5 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 3)
+set(VERSION_PATCH 4)
 if(VERSION_EXTRA)
        set(VERSION_PATCH ${VERSION_PATCH}-${VERSION_EXTRA})
 endif()
index 0c093b7ee887fcee26f0944d915dd177741761b7..550716cefd557f426d39a8c735b5d792ed7b57e9 100644 (file)
@@ -1,4 +1,4 @@
-Minetest Lua Modding API Reference 0.4.3
+Minetest Lua Modding API Reference 0.4.4
 ==========================================
 More information at http://c55.me/minetest/