CppTemplate 1.0.5.0
C++ Template Library
Loading...
Searching...
No Matches
version.h
Go to the documentation of this file.
1
9#ifndef CPPTEMPLATE_VERSION_H
10#define CPPTEMPLATE_VERSION_H
11
27namespace CppTemplate {
28
30const char version[] = "1.0.5.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