blob: b1d2a5ff416cb1d8e776d91048aefcf66305ed47 [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 Dunnc98e1d82017-08-28 08:45:17 -05006# define JSONCPP_VERSION_STRING "1.8.3"
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 Dunnc98e1d82017-08-28 08:45:17 -05009# define JSONCPP_VERSION_PATCH 3
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