git versioning

This commit is contained in:
Vítor Santos Costa 2015-06-19 01:14:28 +01:00
parent 0552edce2c
commit 497cc27003
2 changed files with 3 additions and 0 deletions

2
GitSHA1.c.in Normal file
View File

@ -0,0 +1,2 @@
#define GIT_SHA1 "@GIT_SHA1@"
const char g_GIT_SHA1[] = GIT_SHA1;

1
include/GitSHA1.h Normal file
View File

@ -0,0 +1 @@
extern const char g_GIT_SHA1[];