blob: dc975ffec99472cd742ece175812304e49f58d70 [file] [log] [blame]
Christopher Dunnf94a0e82015-07-12 12:31:43 -05001// DO NOT EDIT. This file (and "version") is generated by CMake.
Christopher Dunnb061ff42014-09-11 10:04:49 -07002// Run CMake configure step to update it.
3#ifndef JSON_VERSION_H_INCLUDED
Christopher Dunn0375af22014-09-18 10:06:14 -07004# define JSON_VERSION_H_INCLUDED
Christopher Dunnb061ff42014-09-11 10:04:49 -07005
Christopher Dunn9a4b1e32016-02-06 10:26:59 -06006# define JSONCPP_VERSION_STRING "1.7.0"
Christopher Dunn7165f6a2014-11-20 08:45:58 -06007# define JSONCPP_VERSION_MAJOR 1
Christopher Dunn9a4b1e32016-02-06 10:26:59 -06008# define JSONCPP_VERSION_MINOR 7
9# define JSONCPP_VERSION_PATCH 0
Christopher Dunn0375af22014-09-18 10:06:14 -070010# define JSONCPP_VERSION_QUALIFIER
11# define JSONCPP_VERSION_HEXA ((JSONCPP_VERSION_MAJOR << 24) | (JSONCPP_VERSION_MINOR << 16) | (JSONCPP_VERSION_PATCH << 8))
Christopher Dunnb061ff42014-09-11 10:04:49 -070012
dawescae564652016-03-14 19:11:02 -050013#ifdef JSONCPP_USING_SECURE_MEMORY
14#undef JSONCPP_USING_SECURE_MEMORY
15#endif
16#define JSONCPP_USING_SECURE_MEMORY 1
17// If non-zero, the library zeroes any memory that it has allocated before
18// it frees its memory.
19
Christopher Dunnb061ff42014-09-11 10:04:49 -070020#endif // JSON_VERSION_H_INCLUDED