forked from oerkki/voxelands
v1504.01
This commit is contained in:
parent
c5d7d0cd9d
commit
fc1b7d735f
|
@ -9,8 +9,8 @@ project(voxelands)
|
|||
|
||||
# Also remember to set PROTOCOL_VERSION in clientserver.h when releasing
|
||||
set(VERSION_MAJOR 1504)
|
||||
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} ***")
|
||||
|
|
|
@ -3,6 +3,12 @@ Voxelands changelog
|
|||
This should contain all the major changes.
|
||||
For minor stuff, refer to the commit log of the repository.
|
||||
|
||||
1504.01: (release 2015-05-01)
|
||||
- fix standalone server not compiling
|
||||
- fix windows utf8-multibyte conversion crashing the client
|
||||
- support out-of-tree builds
|
||||
- add deb and rpm package building support
|
||||
|
||||
1504.00: (release 2015-04-25)
|
||||
- new crosshair
|
||||
- send node type with animation updates, so remote player dig sound is correct
|
||||
|
|
Loading…
Reference in New Issue