Add git tag to version info

This commit is contained in:
WarmUpTill
2021-10-17 21:33:15 +02:00
committed by WarmUpTill
parent e3f277c32a
commit 32e2a5f44c
5 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
#include "src/headers/version.h"
#define GIT_SHA1 "@GIT_SHA1@"
const char g_GIT_SHA1[] = GIT_SHA1;
#define GIT_TAG "@GIT_TAG@"
const char g_GIT_SHA1[] = GIT_SHA1;
const char g_GIT_TAG[] = GIT_TAG;