blob: 6c570a1eebc92ffa89d701d3075c1e1aee64bc5c [file] [log] [blame]
Christopher Dunnf94a0e82015-07-12 12:31:43 -05001// DO NOT EDIT. This file (and "version") is generated by CMake.
Christopher Dunnb061ff42014-09-11 10:04:49 -07002// Run CMake configure step to update it.
3#ifndef JSON_VERSION_H_INCLUDED
Christopher Dunn0375af22014-09-18 10:06:14 -07004# define JSON_VERSION_H_INCLUDED
Christopher Dunnb061ff42014-09-11 10:04:49 -07005
Christopher Dunn9a4b1e32016-02-06 10:26:59 -06006# define JSONCPP_VERSION_STRING "1.7.0"
Christopher Dunn7165f6a2014-11-20 08:45:58 -06007# define JSONCPP_VERSION_MAJOR 1
Christopher Dunn9a4b1e32016-02-06 10:26:59 -06008# define JSONCPP_VERSION_MINOR 7
9# define JSONCPP_VERSION_PATCH 0
Christopher Dunn0375af22014-09-18 10:06:14 -070010# define JSONCPP_VERSION_QUALIFIER
11# define JSONCPP_VERSION_HEXA ((JSONCPP_VERSION_MAJOR << 24) | (JSONCPP_VERSION_MINOR << 16) | (JSONCPP_VERSION_PATCH << 8))
Christopher Dunnb061ff42014-09-11 10:04:49 -070012
13#endif // JSON_VERSION_H_INCLUDED