From d4e067e69b67d44259e9feb72b9379ec08e0d0aa Mon Sep 17 00:00:00 2001 From: darkrose Date: Thu, 14 Nov 2013 20:10:42 +1000 Subject: [PATCH] 1311.01 --- CMakeLists.txt | 2 +- doc/changelog.txt | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index abb0dd3..3a9cabe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ project(minetest-classic) # Also remember to set PROTOCOL_VERSION in clientserver.h when releasing set(VERSION_MAJOR 1311) -set(VERSION_MINOR 00) +set(VERSION_MINOR 01) set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}") MESSAGE(STATUS "*** Will build version ${VERSION_STRING} ***") diff --git a/doc/changelog.txt b/doc/changelog.txt index 0110102..9751465 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -3,6 +3,12 @@ Minetest-c55 changelog This should contain all the major changes. For minor stuff, refer to the commit log of the repository. +1311.01: (release 2013-11-14) +- prevent water being placed inside doors +- stop fire only burning half of doors +- fix infinite everything bug +- stop stacked large plantlike nodes depth buffer fighting (jungle grass) + 1311.00: (release 2013-11-13) - replace cobble with rough stone - make cobble craftable from rough stone