Go to the documentation of this file.
3 #ifndef JSON_VERSION_H_INCLUDED
4 # define JSON_VERSION_H_INCLUDED
6 # define JSONCPP_VERSION_STRING "0.10.5"
7 # define JSONCPP_VERSION_MAJOR 0
8 # define JSONCPP_VERSION_MINOR 10
9 # define JSONCPP_VERSION_PATCH 5
10 # define JSONCPP_VERSION_QUALIFIER
11 # define JSONCPP_VERSION_HEXA ((JSONCPP_VERSION_MAJOR << 24) | (JSONCPP_VERSION_MINOR << 16) | (JSONCPP_VERSION_PATCH << 8))
13 #endif // JSON_VERSION_H_INCLUDED