#include "version.h" #define GIT_SHA1 "@GIT_SHA1@" #define GIT_TAG "@GIT_TAG@" const char g_GIT_SHA1[] = GIT_SHA1; const char g_GIT_TAG[] = GIT_TAG;