Go to the documentation of this file.
37 #ifndef CEREAL_VERSION_HPP_
38 #define CEREAL_VERSION_HPP_
41 #define CEREAL_VERSION_MAJOR 1
43 #define CEREAL_VERSION_MINOR 3
45 #define CEREAL_VERSION_PATCH 2
48 #define CEREAL_VERSION (CEREAL_VERSION_MAJOR * 10000 \
49 + CEREAL_VERSION_MINOR * 100 \
50 + CEREAL_VERSION_PATCH)