This commit is contained in:
darkrose 2013-12-06 21:19:50 +10:00
parent 22d4a6cafb
commit 21124a2296
2 changed files with 5 additions and 1 deletions

View File

@ -9,7 +9,7 @@ project(minetest-classic)
# 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 1312) set(VERSION_MAJOR 1312)
set(VERSION_MINOR 00) set(VERSION_MINOR 01)
set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}") set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}")
MESSAGE(STATUS "*** Will build version ${VERSION_STRING} ***") MESSAGE(STATUS "*** Will build version ${VERSION_STRING} ***")

View File

@ -3,6 +3,10 @@ Minetest-c55 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.
1312.01: (release 2014-12-06)
- fix craft recipes for doors, hatches, incinerators
- add some missing nodes to the craft guide
1312.00: (release 2014-12-04) 1312.00: (release 2014-12-04)
- added http transfer of player skins (buggy, but easier to debug in use) - added http transfer of player skins (buggy, but easier to debug in use)
- add snow biome at y = 60-200, damage player in cold unless near fire - add snow biome at y = 60-200, damage player in cold unless near fire