CppCommon 1.0.6.0
C++ Common Library
Loading...
Searching...
No Matches
version.h
Go to the documentation of this file.
1
8
9#ifndef CPPCOMMON_VERSION_H
10#define CPPCOMMON_VERSION_H
11
24
29namespace CppCommon {
30
32const char version[] = "1.0.6.0";
33
34} // namespace CppCommon
35
36#endif // CPPCOMMON_VERSION_H
C++ Common project definitions.
const char version[]
Project version.
Definition version.h:32