blob: 06c61870f218ce2720b0079b345725940c1ab213 [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 Dunnddabf502017-12-20 14:52:26 -06006# define JSONCPP_VERSION_STRING "1.8.4"
Christopher Dunn7165f6a2014-11-20 08:45:58 -06007# define JSONCPP_VERSION_MAJOR 1
Christopher Dunnf700fe42016-12-14 13:39:05 -06008# define JSONCPP_VERSION_MINOR 8
Christopher Dunnddabf502017-12-20 14:52:26 -06009# define JSONCPP_VERSION_PATCH 4
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
Christopher Dunn1c477962016-03-21 20:44:03 -050016#define JSONCPP_USING_SECURE_MEMORY 0
dawescae564652016-03-14 19:11:02 -050017// 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