mirror of
https://gitlab.com/splashmapper/splash.git
synced 2026-06-15 03:50:58 +02:00
10 lines
127 B
Plaintext
10 lines
127 B
Plaintext
#include "git_version.h"
|
|
|
|
namespace Splash
|
|
{
|
|
|
|
const char* GIT_HASH = "@GIT_HASH@";
|
|
const char* GIT_BRANCH = "@GIT_BRANCH@";
|
|
|
|
}
|