This commit is contained in:
darkrose 2016-04-30 16:49:46 +10:00
parent 0a473eb389
commit 412a4704e5
2 changed files with 15 additions and 2 deletions

View File

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

View File

@ -3,6 +3,19 @@ Voxelands changelog
This should contain all the major changes.
For minor stuff, refer to the commit log of the repository.
1604.00: (release 2016-04-30)
- fix typo picked up by translators
- fix that water/plant meshgen bug
- dodgey intl fixish
- fix some/most? of sdzens broken textures
- add reverse recipe for small stone axe
- add missing translations to incinerator and cauldron
- spawnguard
- stop the constant digging
- remove hat recipe from bars
- some meshgen tweaks
- Check LANGUAGE and LC_ALL vars before LANG
1602.00: (release 2016-02-27)
- lots of new 32x textures
- circuits fixes (gagapete)