json test

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers version.h Source File

version.h

00001 // DO NOT EDIT. This file (and "version") is generated by CMake.
00002 // Run CMake configure step to update it.
00003 #ifndef JSON_VERSION_H_INCLUDED
00004 # define JSON_VERSION_H_INCLUDED
00005 
00006 # define JSONCPP_VERSION_STRING "1.8.4"
00007 # define JSONCPP_VERSION_MAJOR 1
00008 # define JSONCPP_VERSION_MINOR 8
00009 # define JSONCPP_VERSION_PATCH 4
00010 # define JSONCPP_VERSION_QUALIFIER
00011 # define JSONCPP_VERSION_HEXA ((JSONCPP_VERSION_MAJOR << 24) | (JSONCPP_VERSION_MINOR << 16) | (JSONCPP_VERSION_PATCH << 8))
00012 
00013 #ifdef JSONCPP_USING_SECURE_MEMORY
00014 #undef JSONCPP_USING_SECURE_MEMORY
00015 #endif
00016 #define JSONCPP_USING_SECURE_MEMORY 0
00017 // If non-zero, the library zeroes any memory that it has allocated before
00018 // it frees its memory.
00019 
00020 #endif // JSON_VERSION_H_INCLUDED