mirror of
https://github.com/minetest/minetest.git
synced 2024-11-27 01:53:45 +01:00
Oh well, let's call it just 0.2.20110922
This commit is contained in:
parent
ca748ad44c
commit
7244f09111
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user