blob: 761ca3a7b923636bd30918cacbb0543a79f1c841 [file] [log] [blame]
Derek Sollenberger2eb3b4d2016-01-11 14:41:40 -05001// DO NOT EDIT. This file is generated by CMake from "version"
2// 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@
11# define JSONCPP_VERSION_QUALIFIER
12# define JSONCPP_VERSION_HEXA ((JSONCPP_VERSION_MAJOR << 24) | (JSONCPP_VERSION_MINOR << 16) | (JSONCPP_VERSION_PATCH << 8))
13
14#endif // JSON_VERSION_H_INCLUDED