This commit is contained in:
darkrose 2013-11-14 20:10:42 +10:00
parent 33f2393aa6
commit d4e067e69b
2 changed files with 7 additions and 1 deletions

View File

@ -9,7 +9,7 @@ project(minetest-classic)
# Also remember to set PROTOCOL_VERSION in clientserver.h when releasing
set(VERSION_MAJOR 1311)
set(VERSION_MINOR 00)
set(VERSION_MINOR 01)
set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}")
MESSAGE(STATUS "*** Will build version ${VERSION_STRING} ***")

View File

@ -3,6 +3,12 @@ Minetest-c55 changelog
This should contain all the major changes.
For minor stuff, refer to the commit log of the repository.
1311.01: (release 2013-11-14)
- prevent water being placed inside doors
- stop fire only burning half of doors
- fix infinite everything bug
- stop stacked large plantlike nodes depth buffer fighting (jungle grass)
1311.00: (release 2013-11-13)
- replace cobble with rough stone
- make cobble craftable from rough stone