forked from oerkki/voxelands
1401.01
This commit is contained in:
parent
b698204274
commit
f240768397
|
@ -9,7 +9,7 @@ project(minetest-classic)
|
|||
|
||||
# Also remember to set PROTOCOL_VERSION in clientserver.h when releasing
|
||||
set(VERSION_MAJOR 1401)
|
||||
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-c55 changelog
|
|||
This should contain all the major changes.
|
||||
For minor stuff, refer to the commit log of the repository.
|
||||
|
||||
1401.01: (release 2014-01-13)
|
||||
- add models to install files
|
||||
- add furnace back into craft guide
|
||||
|
||||
1401.00: (release 2014-01-12)
|
||||
- add particle effects
|
||||
- add mipmaps and bilinear/trilinear/anisotropic filters
|
||||
|
|
Loading…
Reference in New Issue