blob: ca5c2839369e286fa555b6526c14e6524b3259e3 [file] [log] [blame]
Christopher Dunnf4b06cd2014-09-14 08:15:32 -07001// DO NOT EDIT. This file is generated by CMake from "version"
Christopher Dunnb061ff42014-09-11 10:04:49 -07002// and "version.h.in" files.
3// Run CMake configure step to update it.
4#ifndef JSON_VERSION_H_INCLUDED
Christopher Dunn0375af22014-09-18 10:06:14 -07005# define JSON_VERSION_H_INCLUDED
Christopher Dunnb061ff42014-09-11 10:04:49 -07006
Christopher Dunn0375af22014-09-18 10:06:14 -07007# define JSONCPP_VERSION_STRING "0.7.0"
8# define JSONCPP_VERSION_MAJOR 0
9# define JSONCPP_VERSION_MINOR 7
10# define JSONCPP_VERSION_PATCH 0
11# define JSONCPP_VERSION_QUALIFIER
12# define JSONCPP_VERSION_HEXA ((JSONCPP_VERSION_MAJOR << 24) | (JSONCPP_VERSION_MINOR << 16) | (JSONCPP_VERSION_PATCH << 8))
Christopher Dunnb061ff42014-09-11 10:04:49 -070013
14#endif // JSON_VERSION_H_INCLUDED