autocmake/modules/git_info/git_info.h.in
2015-07-28 18:20:44 +02:00

10 lines
280 B
C

#ifndef GIT_INFO_H_INCLUDED
#define GIT_INFO_H_INCLUDED
#define GIT_COMMIT_HASH "@_git_last_commit_hash@"
#define GIT_COMMIT_AUTHOR "@_git_last_commit_author@"
#define GIT_COMMIT_DATE "@_git_last_commit_date@"
#define GIT_BRANCH "@_git_branch@"
#endif /* GIT_INFO_H_INCLUDED */