blob: 761ca3a7b923636bd30918cacbb0543a79f1c841 [file] [log] [blame]
Christopher Dunn0375af22014-09-18 10:06:14 -07001// DO NOT EDIT. This file is generated by CMake from "version"
Baptiste Lepilleureafd7022013-05-08 20:21:11 +00002// and "version.h.in" files.
3// Run CMake configure step to update it.
4#ifndef JSON_VERSION_H_INCLUDED
5# define JSON_VERSION_H_INCLUDED
6
7# define JSONCPP_VERSION_STRING "@JSONCPP_VERSION@"
8# define JSONCPP_VERSION_MAJOR @JSONCPP_VERSION_MAJOR@
9# define JSONCPP_VERSION_MINOR @JSONCPP_VERSION_MINOR@
10# define JSONCPP_VERSION_PATCH @JSONCPP_VERSION_PATCH@
Christopher Dunn0375af22014-09-18 10:06:14 -070011# define JSONCPP_VERSION_QUALIFIER
Baptiste Lepilleureafd7022013-05-08 20:21:11 +000012# define JSONCPP_VERSION_HEXA ((JSONCPP_VERSION_MAJOR << 24) | (JSONCPP_VERSION_MINOR << 16) | (JSONCPP_VERSION_PATCH << 8))
13
14#endif // JSON_VERSION_H_INCLUDED