RocketLogger  2.0.0
version.h
Go to the documentation of this file.
1 
32 #ifndef VERSION_H_
33 #define VERSION_H_
34 
36 extern char const *const PROJECT_VERSION;
37 
39 extern char const *const GIT_DESCRIPTION;
40 
42 extern char const *const GIT_DATE;
43 
45 extern 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.