summaryrefslogtreecommitdiffstats
path: root/src/build.h.template
blob: 96634ff1b65c98943f4dba9172b9ec8272f9a000 (plain)
1
2
3
4
5
6
7
#ifndef BUILD_H
#define BUILD_H

#define BUILD_BRANCH "@GIT_BRANCH@"
#define BUILD_REV "@GIT_COMMIT_COUNT@"

#endif // BUILD_H