Go to the documentation of this file.
33 #ifndef _VERSION_RELEASE_DATE_H_
34 #define _VERSION_RELEASE_DATE_H_ 1
44 #define COMPILE_TIME_STRING __TIME__
46 #warning __TIME__ is not defined
50 #define COMPILE_DATE_STRING __DATE__
52 #warning __DATE__ is not defined