Go to the documentation of this file. 1 #ifndef JSON_VERSION_H_INCLUDED
2 #define JSON_VERSION_H_INCLUDED
12 #define JSONCPP_VERSION_STRING "1.9.6"
13 #define JSONCPP_VERSION_MAJOR 1
14 #define JSONCPP_VERSION_MINOR 9
15 #define JSONCPP_VERSION_PATCH 6
16 #define JSONCPP_VERSION_QUALIFIER
17 #define JSONCPP_VERSION_HEXA \
18 ((JSONCPP_VERSION_MAJOR << 24) | (JSONCPP_VERSION_MINOR << 16) | \
19 (JSONCPP_VERSION_PATCH << 8))
21 #if !defined(JSONCPP_USE_SECURE_MEMORY)
22 #define JSONCPP_USING_SECURE_MEMORY 0