9 lines
191 B
C
9 lines
191 B
C
|
#ifndef VERSION_H
|
||
|
#define VERSION_H
|
||
|
|
||
|
#define VERSION_BUILD_DATE "@VERSION_BUILD_DATE@"
|
||
|
#define VERSION_GIT_HASH "@VERSION_GIT_HASH@"
|
||
|
#define VERSION_GIT_BRANCH "@VERSION_GIT_BRANCH@"
|
||
|
|
||
|
#endif
|