This commit is contained in:
darkrose 2017-04-08 18:44:05 +10:00
parent 3c894eeb3f
commit 2e653e1477
2 changed files with 13 additions and 2 deletions

View File

@ -8,8 +8,8 @@ endif(${CMAKE_VERSION} STREQUAL "2.8.2")
project(voxelands) project(voxelands)
# Also remember to set PROTOCOL_VERSION in clientserver.h when releasing # Also remember to set PROTOCOL_VERSION in clientserver.h when releasing
set(VERSION_MAJOR 1608) set(VERSION_MAJOR 1704)
set(VERSION_MINOR 01) set(VERSION_MINOR 00)
set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}") set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}")
MESSAGE(STATUS "*** Will build version ${VERSION_STRING} ***") MESSAGE(STATUS "*** Will build version ${VERSION_STRING} ***")

View File

@ -3,6 +3,17 @@ Voxelands changelog
This should contain all the major changes. This should contain all the major changes.
For minor stuff, refer to the commit log of the repository. For minor stuff, refer to the commit log of the repository.
1704.00: (release 2017-04-08)
- new dirt dig sound
- switch to unifont
- make server announcing work again
- add blueberry/raspberry bushes
- add campfire
- add node texture animation
1608.00 (release ???)
- release was Menched
1604.00: (release 2016-04-30) 1604.00: (release 2016-04-30)
- fix typo picked up by translators - fix typo picked up by translators
- fix that water/plant meshgen bug - fix that water/plant meshgen bug