This commit is contained in:
darkrose 2015-04-30 23:50:14 +10:00
parent c5d7d0cd9d
commit fc1b7d735f
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 1504)
set(VERSION_MINOR 00)
set(VERSION_EXTRA ":next")
set(VERSION_MINOR 01)
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.
1504.01: (release 2015-05-01)
- fix standalone server not compiling
- fix windows utf8-multibyte conversion crashing the client
- support out-of-tree builds
- add deb and rpm package building support
1504.00: (release 2015-04-25)
- new crosshair
- send node type with animation updates, so remote player dig sound is correct