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 |
Christopher Dunn | 0375af2 | 2014-09-18 10:06:14 -0700 | [diff] [blame] | 4 | # define JSON_VERSION_H_INCLUDED |
Christopher Dunn | b061ff4 | 2014-09-11 10:04:49 -0700 | [diff] [blame] | 5 | |
Christopher Dunn | c98e1d8 | 2017-08-28 08:45:17 -0500 | [diff] [blame] | 6 | # define JSONCPP_VERSION_STRING "1.8.3" |
Christopher Dunn | 7165f6a | 2014-11-20 08:45:58 -0600 | [diff] [blame] | 7 | # define JSONCPP_VERSION_MAJOR 1 |
Christopher Dunn | f700fe4 | 2016-12-14 13:39:05 -0600 | [diff] [blame] | 8 | # define JSONCPP_VERSION_MINOR 8 |
Christopher Dunn | c98e1d8 | 2017-08-28 08:45:17 -0500 | [diff] [blame] | 9 | # define JSONCPP_VERSION_PATCH 3 |
Christopher Dunn | 0375af2 | 2014-09-18 10:06:14 -0700 | [diff] [blame] | 10 | # define JSONCPP_VERSION_QUALIFIER |
| 11 | # define JSONCPP_VERSION_HEXA ((JSONCPP_VERSION_MAJOR << 24) | (JSONCPP_VERSION_MINOR << 16) | (JSONCPP_VERSION_PATCH << 8)) |
Christopher Dunn | b061ff4 | 2014-09-11 10:04:49 -0700 | [diff] [blame] | 12 | |
dawesc | ae56465 | 2016-03-14 19:11:02 -0500 | [diff] [blame] | 13 | #ifdef JSONCPP_USING_SECURE_MEMORY |
| 14 | #undef JSONCPP_USING_SECURE_MEMORY |
| 15 | #endif |
Christopher Dunn | 1c47796 | 2016-03-21 20:44:03 -0500 | [diff] [blame] | 16 | #define JSONCPP_USING_SECURE_MEMORY 0 |
dawesc | ae56465 | 2016-03-14 19:11:02 -0500 | [diff] [blame] | 17 | // If non-zero, the library zeroes any memory that it has allocated before |
| 18 | // it frees its memory. |
| 19 | |
Christopher Dunn | b061ff4 | 2014-09-11 10:04:49 -0700 | [diff] [blame] | 20 | #endif // JSON_VERSION_H_INCLUDED |