Bump version to 0.4.7

This commit is contained in:
PilzAdam 2013-06-06 17:14:26 +00:00
parent bfa608b85e
commit 6b3e553dd5
2 changed files with 2 additions and 2 deletions

View 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 6)
set(VERSION_PATCH 7)
if(VERSION_EXTRA)
set(VERSION_PATCH ${VERSION_PATCH}-${VERSION_EXTRA})
endif()

View File

@ -1,4 +1,4 @@
Minetest Lua Modding API Reference 0.4.6
Minetest Lua Modding API Reference 0.4.7
========================================
More information at http://www.minetest.net/
Developer Wiki: http://dev.minetest.net/