12 lines
283 B
C
12 lines
283 B
C
#ifndef VERSION
|
|
#define VERSION
|
|
|
|
#define VERSION_MAJOR ${VERSION_MAJOR}
|
|
#define VERSION_MINOR ${VERSION_MINOR}
|
|
#define VERSION_ALTER ${VERSION_ALTER}
|
|
#define VERSION_BUILD ${VERSION_BUILD}
|
|
|
|
#define VERSION_GIT_COMMIT "${GIT_COMMIT}"
|
|
#define VERSION_GIT_BRANCH "${GIT_BRANCH}"
|
|
|
|
#endif |