forked from oerkki/voxelands
1405.01
This commit is contained in:
parent
bb5635bdcc
commit
5801a34077
|
@ -9,7 +9,7 @@ project(minetest-classic)
|
|||
|
||||
# Also remember to set PROTOCOL_VERSION in clientserver.h when releasing
|
||||
set(VERSION_MAJOR 1405)
|
||||
set(VERSION_MINOR 00)
|
||||
set(VERSION_MINOR 01)
|
||||
set(VERSION_EXTRA "")
|
||||
set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}${VERSION_EXTRA}")
|
||||
|
||||
|
|
|
@ -3,6 +3,10 @@ Minetest-Classic changelog
|
|||
This should contain all the major changes.
|
||||
For minor stuff, refer to the commit log of the repository.
|
||||
|
||||
1405.01: (release 2014-05-26)
|
||||
- fix hatch recipes not working
|
||||
- fix tool wearbars not working
|
||||
|
||||
1405.00: (release 2014-05-25)
|
||||
- new thatch, glass, and coloured glass rooftiles
|
||||
- add new texture to sides of glass slabs
|
||||
|
|
Loading…
Reference in New Issue