From 8c56335e6a162bc0952da553a1c2deb6c044807d Mon Sep 17 00:00:00 2001 From: bert hubert Date: Sat, 28 Dec 2019 23:26:24 +0100 Subject: [PATCH] add githash.cc --- githash.cc | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 githash.cc diff --git a/githash.cc b/githash.cc new file mode 100644 index 0000000..9a4829a --- /dev/null +++ b/githash.cc @@ -0,0 +1,3 @@ +#include "githash.h" + +const char* g_gitHash=GIT_HASH;