RocketLogger 2.1.3
version.h
Go to the documentation of this file.
1
32#ifndef VERSION_H_
33#define VERSION_H_
34
36extern char const *const PROJECT_VERSION;
37
39extern char const *const GIT_DESCRIPTION;
40
42extern char const *const GIT_DATE;
43
45extern char const *const COMPILE_DATE;
46
47#endif /* VERSION_H_ */
char const *const COMPILE_DATE
Compilation date of the program.
char const *const PROJECT_VERSION
The RocketLogger software version string.
char const *const GIT_DESCRIPTION
Git code revision description of the code base.
char const *const GIT_DATE
Date of the of last git commit.