8 lines
131 B
C
8 lines
131 B
C
|
#ifndef VERSION_H
|
||
|
#define VERSION_H
|
||
|
|
||
|
#define VERSION_GIT_COMMIT "${GIT_COMMIT}"
|
||
|
#define VERSION_GIT_BRANCH "${GIT_BRANCH}"
|
||
|
|
||
|
#endif
|