Christopher Dunn | f94a0e8 | 2015-07-12 12:31:43 -0500 | [diff] [blame] | 1 | // DO NOT EDIT. This file (and "version") is generated by CMake. |
Christopher Dunn | b061ff4 | 2014-09-11 10:04:49 -0700 | [diff] [blame] | 2 | // Run CMake configure step to update it. |
| 3 | #ifndef JSON_VERSION_H_INCLUDED |
Billy Donahue | b5e1fe8 | 2018-05-20 16:55:27 -0400 | [diff] [blame] | 4 | #define JSON_VERSION_H_INCLUDED |
Christopher Dunn | b061ff4 | 2014-09-11 10:04:49 -0700 | [diff] [blame] | 5 | |
Billy Donahue | b5e1fe8 | 2018-05-20 16:55:27 -0400 | [diff] [blame] | 6 | #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 Dunn | b061ff4 | 2014-09-11 10:04:49 -0700 | [diff] [blame] | 14 | |
dawesc | ae56465 | 2016-03-14 19:11:02 -0500 | [diff] [blame] | 15 | #ifdef JSONCPP_USING_SECURE_MEMORY |
| 16 | #undef JSONCPP_USING_SECURE_MEMORY |
| 17 | #endif |
Christopher Dunn | 1c47796 | 2016-03-21 20:44:03 -0500 | [diff] [blame] | 18 | #define JSONCPP_USING_SECURE_MEMORY 0 |
dawesc | ae56465 | 2016-03-14 19:11:02 -0500 | [diff] [blame] | 19 | // If non-zero, the library zeroes any memory that it has allocated before |
| 20 | // it frees its memory. |
| 21 | |
Christopher Dunn | b061ff4 | 2014-09-11 10:04:49 -0700 | [diff] [blame] | 22 | #endif // JSON_VERSION_H_INCLUDED |