You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
315 B
C
16 lines
315 B
C
#ifndef VERSION_HEADER
|
|
#define VERSION_HEADER
|
|
|
|
|
|
|
|
#define DAEMON_MAJOR_VERSION @DAEMON_MAJOR_VERSION@
|
|
#define DAEMON_MINOR_VERSION @DAEMON_MINOR_VERSION@
|
|
#define DAEMON_PATCH_VERSION @DAEMON_PATCH_VERSION@
|
|
|
|
#define COMMIT_HASH "@COMMIT_HASH@"
|
|
#define COMMIT_ISDIRTY @COMMIT_ISDIRTY@
|
|
|
|
|
|
|
|
#endif //VERSION_HEADER
|