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 | f8ca6cb | 2015-01-23 14:22:41 -0600 | [diff] [blame] | 7 | # define JSONCPP_VERSION_STRING "1.4.0" |
Christopher Dunn | 7165f6a | 2014-11-20 08:45:58 -0600 | [diff] [blame] | 8 | # define JSONCPP_VERSION_MAJOR 1 |
Christopher Dunn | f8ca6cb | 2015-01-23 14:22:41 -0600 | [diff] [blame] | 9 | # define JSONCPP_VERSION_MINOR 4 |
Christopher Dunn | 9132aa9 | 2015-01-22 13:45:14 -0600 | [diff] [blame] | 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 |