From f02810a57c0d2a058b336a3eda349b98014b9c7f Mon Sep 17 00:00:00 2001 From: darkrose Date: Mon, 17 Nov 2014 18:46:11 +1000 Subject: [PATCH] v1411.03 --- CMakeLists.txt | 4 ++-- doc/changelog.txt | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 39a8ce1..b651498 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,8 +9,8 @@ project(voxelands) # Also remember to set PROTOCOL_VERSION in clientserver.h when releasing set(VERSION_MAJOR 1411) -set(VERSION_MINOR 02) -set(VERSION_EXTRA ":next") +set(VERSION_MINOR 03) +set(VERSION_EXTRA "") set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}${VERSION_EXTRA}") MESSAGE(STATUS "*** Will build version ${VERSION_STRING} ***") diff --git a/doc/changelog.txt b/doc/changelog.txt index 96f12a4..3808734 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -3,6 +3,12 @@ Voxelands changelog This should contain all the major changes. For minor stuff, refer to the commit log of the repository. +1411.03: (release 2014-11-16) + - fix some internationalization bugs + - fix font path finding + - fix skin path finding + - include skins in install + 1411.01: (release 2014-11-16) - for to enable compiling if gettext is disabled - give the player some pants