forked from oerkki/voxelands
1704.00
This commit is contained in:
parent
3c894eeb3f
commit
2e653e1477
|
@ -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} ***")
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue