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