From 2e653e147710f4b07a7bca4a080b208c13423cba Mon Sep 17 00:00:00 2001 From: darkrose Date: Sat, 8 Apr 2017 18:44:05 +1000 Subject: [PATCH] 1704.00 --- CMakeLists.txt | 4 ++-- doc/changelog.txt | 11 +++++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a5c273e..255553e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,8 +8,8 @@ endif(${CMAKE_VERSION} STREQUAL "2.8.2") project(voxelands) # Also remember to set PROTOCOL_VERSION in clientserver.h when releasing -set(VERSION_MAJOR 1608) -set(VERSION_MINOR 01) +set(VERSION_MAJOR 1704) +set(VERSION_MINOR 00) set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}") MESSAGE(STATUS "*** Will build version ${VERSION_STRING} ***") diff --git a/doc/changelog.txt b/doc/changelog.txt index 9d4a661..eb867fe 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -3,6 +3,17 @@ Voxelands changelog This should contain all the major changes. 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) - fix typo picked up by translators - fix that water/plant meshgen bug