From d67004a3be64bfe3e1df5d0771f340ebb0eebabe Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Mon, 26 Nov 2012 00:56:47 +0200 Subject: [PATCH] Bump version to 0.4.4 as this isn't compatible with 0.4.3 --- CMakeLists.txt | 2 +- doc/lua_api.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4e7c1f761..23c64541d 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 3) +set(VERSION_PATCH 4) if(VERSION_EXTRA) set(VERSION_PATCH ${VERSION_PATCH}-${VERSION_EXTRA}) endif() diff --git a/doc/lua_api.txt b/doc/lua_api.txt index 0c093b7ee..550716cef 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -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/ -- 2.25.1