blob: 027f73173cad0fd7c22a81ed32449ee319f17d77 [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
Billy Donahueb5e1fe82018-05-20 16:55:27 -04004#define JSON_VERSION_H_INCLUDED
Christopher Dunnb061ff42014-09-11 10:04:49 -07005
Billy Donahueb5e1fe82018-05-20 16:55:27 -04006#define JSONCPP_VERSION_STRING "1.8.4"
7#define JSONCPP_VERSION_MAJOR 1
8#define JSONCPP_VERSION_MINOR 8
9#define JSONCPP_VERSION_PATCH 4
10#define JSONCPP_VERSION_QUALIFIER
11#define JSONCPP_VERSION_HEXA \
12 ((JSONCPP_VERSION_MAJOR << 24) | (JSONCPP_VERSION_MINOR << 16) | \
13 (JSONCPP_VERSION_PATCH << 8))
Christopher Dunnb061ff42014-09-11 10:04:49 -070014
dawescae564652016-03-14 19:11:02 -050015#ifdef JSONCPP_USING_SECURE_MEMORY
16#undef JSONCPP_USING_SECURE_MEMORY
17#endif
Christopher Dunn1c477962016-03-21 20:44:03 -050018#define JSONCPP_USING_SECURE_MEMORY 0
dawescae564652016-03-14 19:11:02 -050019// If non-zero, the library zeroes any memory that it has allocated before
20// it frees its memory.
21
Christopher Dunnb061ff42014-09-11 10:04:49 -070022#endif // JSON_VERSION_H_INCLUDED