CppTemplate  1.0.4.0
C++ Template Library
version.h
Go to the documentation of this file.
1 
9 #ifndef CPPTEMPLATE_VERSION_H
10 #define CPPTEMPLATE_VERSION_H
11 
27 namespace CppTemplate {
28 
30 const char version[] = "1.0.4.0";
31 
32 } // namespace CppTemplate
33 
34 #endif // CPPTEMPLATE_VERSION_H
C++ Template project definitions.
Definition: class.h:12
const char version[]
Project version.
Definition: version.h:30