From 7f2055eb6624de5808fa62f81e4ab4006f9ff6da Mon Sep 17 00:00:00 2001 From: darkrose Date: Mon, 22 Dec 2014 19:58:20 +1000 Subject: [PATCH] v1412.01 --- CMakeLists.txt | 2 +- doc/changelog.txt | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e46bada..685717d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ project(voxelands) # Also remember to set PROTOCOL_VERSION in clientserver.h when releasing set(VERSION_MAJOR 1412) -set(VERSION_MINOR 00) +set(VERSION_MINOR 01) set(VERSION_EXTRA "") set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}${VERSION_EXTRA}") diff --git a/doc/changelog.txt b/doc/changelog.txt index 0e85ed5..f0db9a6 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -3,6 +3,9 @@ Voxelands changelog This should contain all the major changes. For minor stuff, refer to the commit log of the repository. +1412.01: (release 2014-12-22) + - fix array index overflow in content_features() + 1412.00: (release 2014-12-21) - some changes that might make irrlicht 1.7.3 work again - wrap gettext around some player formspecs