blob: 8da5fedd4f02d3f3218b711e511c9e08eca30272 [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 Dunn45a560a2016-09-25 19:05:21 -05006# define JSONCPP_VERSION_STRING "1.7.6"
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
Christopher Dunn45a560a2016-09-25 19:05:21 -05009# define JSONCPP_VERSION_PATCH 6
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