mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-03-22 09:54:54 -05:00
5 lines
160 B
C++
5 lines
160 B
C++
#include "src/headers/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; |