forked from oerkki/voxelands
1508.01
This commit is contained in:
parent
2dc2ca5457
commit
fa519dee27
|
@ -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 1508)
|
set(VERSION_MAJOR 1508)
|
||||||
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,9 @@ 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.
|
||||||
|
|
||||||
|
1508.01: (release 2015-08-24)
|
||||||
|
- fix enchantments not getting initialised in some cases
|
||||||
|
|
||||||
1508.00: (release 2015-08-24)
|
1508.00: (release 2015-08-24)
|
||||||
- some helpers for converting mese to mithril
|
- some helpers for converting mese to mithril
|
||||||
- add new controls to readme file
|
- add new controls to readme file
|
||||||
|
|
Loading…
Reference in New Issue