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