]> git.lizzy.rs Git - minetest.git/blobdiff - src/version.cpp
map.cpp: Initialize NodeNeighbor, set NeighborType to u8 & cleanup
[minetest.git] / src / version.cpp
index ed167cd242681eae282d835acc42407db4c35b9f..c0c59ee99f089c23bae257614c2777fcfd056a95 100644 (file)
@@ -22,6 +22,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 
 #if defined(__ANDROID__)
        #include "android_version.h"
+       #include "android_version_githash.h"
 #elif defined(USE_CMAKE_CONFIG_H)
        #include "cmake_config_githash.h"
 #endif
@@ -30,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;