CppLogging 1.0.5.0
C++ Logging Library
Loading...
Searching...
No Matches
version.h
Go to the documentation of this file.
1
9#ifndef CPPLOGGING_VERSION_H
10#define CPPLOGGING_VERSION_H
11
31namespace CppLogging {
32
34const char version[] = "1.0.5.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