CppSecurity  1.1.1.0
C++ Security Library
version.h
Go to the documentation of this file.
1 
9 #ifndef CPPSECURITY_VERSION_H
10 #define CPPSECURITY_VERSION_H
11 
28 namespace CppSecurity {
29 
31 const char version[] = "1.1.1.0";
32 
33 } // namespace CppSecurity
34 
35 #endif // CPPSECURITY_VERSION_H
const char version[]
Project version.
Definition: version.h:31