forked from oerkki/voxelands
1411.01
This commit is contained in:
parent
88cf6d4e90
commit
e9fb23ab45
|
@ -9,7 +9,7 @@ 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 1411)
|
set(VERSION_MAJOR 1411)
|
||||||
set(VERSION_MINOR 00)
|
set(VERSION_MINOR 01)
|
||||||
set(VERSION_EXTRA "")
|
set(VERSION_EXTRA "")
|
||||||
set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}${VERSION_EXTRA}")
|
set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}${VERSION_EXTRA}")
|
||||||
|
|
||||||
|
|
|
@ -3,6 +3,10 @@ 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.
|
||||||
|
|
||||||
|
1411.01: (release 2014-11-16)
|
||||||
|
- for to enable compiling if gettext is disabled
|
||||||
|
- give the player some pants
|
||||||
|
|
||||||
1411.00: (release 2014-11-16)
|
1411.00: (release 2014-11-16)
|
||||||
- make pine tile better
|
- make pine tile better
|
||||||
- modify guiTextInputMenu
|
- modify guiTextInputMenu
|
||||||
|
|
Loading…
Reference in New Issue