CppLogging  1.0.4.0
C++ Logging Library
version.h
Go to the documentation of this file.
1 
9 #ifndef CPPLOGGING_VERSION_H
10 #define CPPLOGGING_VERSION_H
11 
31 namespace CppLogging {
32 
34 const char version[] = "1.0.4.0";
35 
36 } // namespace CppLogging
37 
38 #endif // CPPLOGGING_VERSION_H
C++ Logging project definitions.
Definition: appender.h:15
const char version[]
Project version.
Definition: version.h:34