prepare release as 0.4.17.3
This commit is contained in:
parent
6ad60370a2
commit
5ddacb743b
@ -51,7 +51,7 @@ endif()
|
|||||||
set(VERSION_MAJOR 0)
|
set(VERSION_MAJOR 0)
|
||||||
set(VERSION_MINOR 4)
|
set(VERSION_MINOR 4)
|
||||||
set(VERSION_PATCH 17)
|
set(VERSION_PATCH 17)
|
||||||
set(VERSION_TWEAK 1)
|
set(VERSION_TWEAK 3)
|
||||||
set(VERSION_EXTRA "" CACHE STRING "Stuff to append to version string")
|
set(VERSION_EXTRA "" CACHE STRING "Stuff to append to version string")
|
||||||
|
|
||||||
# Change to false for releases
|
# Change to false for releases
|
||||||
|
@ -18,7 +18,7 @@ local minetest_example_header = [[
|
|||||||
# to the program, eg. "minetest.exe --config ../minetest.conf.example".
|
# to the program, eg. "minetest.exe --config ../minetest.conf.example".
|
||||||
|
|
||||||
# Further documentation:
|
# Further documentation:
|
||||||
# http://wiki.minetest.net/
|
# http://wiki.minetest.io/
|
||||||
|
|
||||||
]]
|
]]
|
||||||
|
|
||||||
|
@ -89,7 +89,7 @@ return {
|
|||||||
local version = core.get_version()
|
local version = core.get_version()
|
||||||
return "image[0.5,1;" .. core.formspec_escape(logofile) .. "]" ..
|
return "image[0.5,1;" .. core.formspec_escape(logofile) .. "]" ..
|
||||||
"label[0.5,3.2;" .. version.project .. " " .. version.string .. "]" ..
|
"label[0.5,3.2;" .. version.project .. " " .. version.string .. "]" ..
|
||||||
"label[0.5,3.5;http://minetest.net]" ..
|
"label[0.5,3.5;http://minetest.org]" ..
|
||||||
"tablecolumns[color;text]" ..
|
"tablecolumns[color;text]" ..
|
||||||
"tableoptions[background=#00000000;highlight=#00000000;border=false]" ..
|
"tableoptions[background=#00000000;highlight=#00000000;border=false]" ..
|
||||||
"table[3.5,-0.25;8.5,6.05;list_credits;" ..
|
"table[3.5,-0.25;8.5,6.05;list_credits;" ..
|
||||||
|
Loading…
x
Reference in New Issue
Block a user