This commit is contained in:
darkrose 2014-11-17 18:46:11 +10:00
parent 177f35537b
commit f02810a57c
2 changed files with 8 additions and 2 deletions

View File

@ -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} ***")

View File

@ -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