Set version to 0.3.0 and update changelog

This commit is contained in:
Perttu Ahola 2011-11-01 16:54:01 +02:00
parent 899404f3b1
commit f65d157786
2 changed files with 3 additions and 2 deletions

View File

@ -10,7 +10,7 @@ project(minetest)
# 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 0) set(VERSION_MAJOR 0)
set(VERSION_MINOR 3) set(VERSION_MINOR 3)
set(VERSION_PATCH dev-20111021) set(VERSION_PATCH 0)
set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}") set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
MESSAGE(STATUS "*** Will build version ${VERSION_STRING} ***") MESSAGE(STATUS "*** Will build version ${VERSION_STRING} ***")

View File

@ -3,11 +3,12 @@ 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.
0.3.0: (released on 2011-11-01)
- Some small fixes
0.3.dev-20111021: 0.3.dev-20111021:
- Modify dungeon masters to only try to shoot players - Modify dungeon masters to only try to shoot players
- Fix object duplication bug at block load/unload bug - Fix object duplication bug at block load/unload bug
- Improve network layer - Improve network layer
0.3.dev-20111016: 0.3.dev-20111016:
- Locked chest - Locked chest
- Server user limit setting (max_users) - Server user limit setting (max_users)