mirror of
https://github.com/minetest/minetest.git
synced 2024-11-10 17:53:46 +01:00
Update version number to 0.4.dev-20120326 because much has changed from the previous one
This commit is contained in:
parent
cbe11fc7aa
commit
684b004751
@ -10,7 +10,7 @@ project(minetest)
|
||||
# Also remember to set PROTOCOL_VERSION in clientserver.h when releasing
|
||||
set(VERSION_MAJOR 0)
|
||||
set(VERSION_MINOR 4)
|
||||
set(VERSION_PATCH dev-20120320)
|
||||
set(VERSION_PATCH dev-20120326)
|
||||
set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
|
||||
|
||||
MESSAGE(STATUS "*** Will build version ${VERSION_STRING} ***")
|
||||
|
Loading…
Reference in New Issue
Block a user