X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Fversion.cpp;h=c0c59ee99f089c23bae257614c2777fcfd056a95;hb=fd9f195fcc2e4e592dbad3290876486eb08318b2;hp=ca206bded99b5c9c168863855dc1807b37079a7d;hpb=c39a85a88d1f905014c1ced6b87638cdb01e6ddf;p=minetest.git diff --git a/src/version.cpp b/src/version.cpp index ca206bded..c0c59ee99 100644 --- a/src/version.cpp +++ b/src/version.cpp @@ -31,8 +31,6 @@ with this program; if not, write to the Free Software Foundation, Inc., #define VERSION_GITHASH VERSION_STRING #endif - const char *g_version_string = VERSION_STRING; const char *g_version_hash = VERSION_GITHASH; -const char *g_build_info = "VER=" VERSION_GITHASH " " BUILD_INFO; - +const char *g_build_info = BUILD_INFO;