CppSerialization  1.0.4.0
C++ Serialization Library
version.h
Go to the documentation of this file.
1 
9 #ifndef CPPSERIALIZATION_VERSION_H
10 #define CPPSERIALIZATION_VERSION_H
11 
28 namespace CppSerialization {
29 
31 const char version[] = "1.0.4.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