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