Christopher Dunn | f4b06cd | 2014-09-14 08:15:32 -0700 | [diff] [blame] | 1 | // DO NOT EDIT. This file is generated by CMake from "version" |
Christopher Dunn | b061ff4 | 2014-09-11 10:04:49 -0700 | [diff] [blame] | 2 | // and "version.h.in" files. |
| 3 | // Run CMake configure step to update it. |
| 4 | #ifndef JSON_VERSION_H_INCLUDED |
Christopher Dunn | 0375af2 | 2014-09-18 10:06:14 -0700 | [diff] [blame] | 5 | # define JSON_VERSION_H_INCLUDED |
Christopher Dunn | b061ff4 | 2014-09-11 10:04:49 -0700 | [diff] [blame] | 6 | |
Christopher Dunn | 70cd04d | 2015-03-03 00:45:35 -0600 | [diff] [blame] | 7 | # define JSONCPP_VERSION_STRING "1.5.0" |
Christopher Dunn | 7165f6a | 2014-11-20 08:45:58 -0600 | [diff] [blame] | 8 | # define JSONCPP_VERSION_MAJOR 1 |
Christopher Dunn | 70cd04d | 2015-03-03 00:45:35 -0600 | [diff] [blame] | 9 | # define JSONCPP_VERSION_MINOR 5 |
| 10 | # define JSONCPP_VERSION_PATCH 0 |
Christopher Dunn | 0375af2 | 2014-09-18 10:06:14 -0700 | [diff] [blame] | 11 | # define JSONCPP_VERSION_QUALIFIER |
| 12 | # 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] | 13 | |
| 14 | #endif // JSON_VERSION_H_INCLUDED |