Skip to content
Snippets Groups Projects
Commit e4485f54 authored by Perttu Ahola's avatar Perttu Ahola
Browse files

Call this 0.4.dev-20120408

parent 4eaaa0ec
No related branches found
Tags 0.4.dev-20120408
No related merge requests found
......@@ -12,10 +12,9 @@ set(VERSION_EXTRA "" CACHE STRING "Stuff to append to version string")
# Also remember to set PROTOCOL_VERSION in clientserver.h when releasing
set(VERSION_MAJOR 0)
set(VERSION_MINOR 4)
set(VERSION_PATCH dev-20120408)
if(VERSION_EXTRA)
set(VERSION_PATCH dev-20120326-${VERSION_EXTRA})
else()
set(VERSION_PATCH dev-20120326)
set(VERSION_PATCH ${VERSION_PATCH}-${VERSION_EXTRA})
endif()
set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
......
......@@ -590,7 +590,7 @@ void GUIMainMenu::regenerateGui(v2u32 screensize)
rect += m_topleft_client + v2s32(130+14, 50+35);
Environment->addStaticText(narrow_to_wide(
"Minetest-c55 " VERSION_STRING "\n"
"http://c55.me/minetest/\n"
"http://minetest.net/\n"
"\n"
"by Perttu Ahola <celeron55@gmail.com>\n"
"and contributors"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment