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 | 9a4b1e3 | 2016-02-06 10:26:59 -0600 | [diff] [blame] | 6 | # define JSONCPP_VERSION_STRING "1.7.0" |
Christopher Dunn | 7165f6a | 2014-11-20 08:45:58 -0600 | [diff] [blame] | 7 | # define JSONCPP_VERSION_MAJOR 1 |
Christopher Dunn | 9a4b1e3 | 2016-02-06 10:26:59 -0600 | [diff] [blame] | 8 | # define JSONCPP_VERSION_MINOR 7 |
| 9 | # define JSONCPP_VERSION_PATCH 0 |
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 | |
| 13 | #endif // JSON_VERSION_H_INCLUDED |