This commit is contained in:
darkrose 2015-03-23 20:20:48 +10:00
parent a84db541c6
commit 625751404e
2 changed files with 7 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 1503)
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,11 @@ Voxelands changelog
This should contain all the major changes.
For minor stuff, refer to the commit log of the repository.
1503.01: (release 2015-03-23)
- some improvements to http server
- fix tool wear not being sent to client
- fix pistons leaving nodes behind when contracting
1503.00: (release 2015-03-22)
- add some mob sounds
- add classic hotbar option to settings menu