2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 15:44:56 +00:00

Add git revision

This commit is contained in:
2015-11-19 23:33:09 -08:00
parent c997b7d3c4
commit 18c4b1aa6d
3 changed files with 22 additions and 1 deletions

7
version.h.in Normal file
View File

@@ -0,0 +1,7 @@
#ifndef VERSION_H
#define VERSION_H
#define GIT_BRANCH "@GIT_BRANCH@"
#define GIT_COMMIT_HASH "@GIT_COMMIT_HASH@"
#define GIT_COMMIT_HASH_FULL "@GIT_COMMIT_HASH_FULL@"
#endif