Go to the documentation of this file.00001
00002
00003
00004
00005
00008
00009 #ifndef lgrVersion_H_
00010 #define lgrVersion_H_
00011
00012 #include "lgrUtil.h"
00013 #include <string>
00014
00015 #define LOGGER_VERSION_STRING "5.1"
00016
00017 #define LOGGER_RELEASE_STRING "5.1"
00018 #define LOGGER_MAJOR_VERSION 5
00019 #define LOGGER_MINOR_VERSION 1
00020 #define LOGGER_REVISION 0
00021
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032
00033
00034
00035
00036
00037
00038 #define LOGGER_RELEASE_NUM 15
00039
00040 namespace MAKLogger
00041 {
00042 DT_DLL_LGRUTIL extern const char* const theLoggerLongAppName;
00043 DT_DLL_LGRUTIL extern const char* const theLoggerLongShortName;
00044 DT_DLL_LGRUTIL extern const char* const theLoggerBuildDate;
00045 DT_DLL_LGRUTIL extern const char* const theLoggerBuildTime;
00046 DT_DLL_LGRUTIL extern std::string theLoggerProtocol;
00047 }
00048
00049 #endif