Go to the documentation of this file.
4 #ifndef JSON_VERSION_H_INCLUDED
5 # define JSON_VERSION_H_INCLUDED
7 # define JSONCPP_VERSION_STRING "1.6.2"
8 # define JSONCPP_VERSION_MAJOR 1
9 # define JSONCPP_VERSION_MINOR 6
10 # define JSONCPP_VERSION_PATCH 2
11 # define JSONCPP_VERSION_QUALIFIER
12 # define JSONCPP_VERSION_HEXA ((JSONCPP_VERSION_MAJOR << 24) | (JSONCPP_VERSION_MINOR << 16) | (JSONCPP_VERSION_PATCH << 8))
14 #endif // JSON_VERSION_H_INCLUDED