Oh well, let's call it just 0.2.20110922

This commit is contained in:
Perttu Ahola 2011-09-22 18:22:04 +03:00
parent ca748ad44c
commit 7244f09111
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ project(minetest)
set(VERSION_MAJOR 0) set(VERSION_MAJOR 0)
set(VERSION_MINOR 2) set(VERSION_MINOR 2)
set(VERSION_PATCH 20110922_rc1) set(VERSION_PATCH 20110922)
set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}") set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
# Configuration options # Configuration options

View File

@ -3,7 +3,7 @@ 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.2.20110922_rc1: 0.2.20110922:
- Map is saved in an SQLite database file (by Queatz) - Map is saved in an SQLite database file (by Queatz)
- Ladders (MarkTraceur) - Ladders (MarkTraceur)
- Lava - Lava