From 6b3e553dd5ca7f31a5e9fc68a3b7f3b59b85e511 Mon Sep 17 00:00:00 2001 From: PilzAdam Date: Thu, 6 Jun 2013 17:14:26 +0000 Subject: [PATCH] Bump version to 0.4.7 --- CMakeLists.txt | 2 +- doc/lua_api.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 446fff07..c4072bae 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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() diff --git a/doc/lua_api.txt b/doc/lua_api.txt index 6411aae3..93e2d5c9 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -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/