Fix a memleak pointed by @Zeno- in MeshUpdateQueue
[oweals/minetest.git] / src / version.h
index b23e770aa0cee121ebadaa5ea6ab3a6e8d8b4233..0b803b82c6496d410304f34c48280b689b0d6ab9 100644 (file)
@@ -20,9 +20,9 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #ifndef VERSION_HEADER
 #define VERSION_HEADER
 
-extern const char *minetest_version_simple;
-extern const char *minetest_version_hash;
-extern const char *minetest_build_info;
+extern const char *g_version_string;
+extern const char *g_version_hash;
+extern const char *g_build_info;
 
 #endif