CppSerialization 1.0.5.0
C++ Serialization Library
Loading...
Searching...
No Matches
version.h
Go to the documentation of this file.
1
9#ifndef CPPSERIALIZATION_VERSION_H
10#define CPPSERIALIZATION_VERSION_H
11
28namespace CppSerialization {
29
31const char version[] = "1.0.5.0";
32
33} // namespace CppSerialization
34
35#endif // CPPSERIALIZATION_VERSION_H
C++ Serialization project definitions.
Definition exceptions.h:14
const char version[]
Project version.
Definition version.h:31