blob: 9e1efcc60ff1c8c4d8ed8baa29841a76bcea1bd7 [file] [log] [blame]
Baptiste Lepilleureafd7022013-05-08 20:21:11 +00001// 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 "0.6.0-dev"
8# define JSONCPP_VERSION_MAJOR 0
9# define JSONCPP_VERSION_MINOR 6
10# define JSONCPP_VERSION_PATCH 0
11# define JSONCPP_VERSION_QUALIFIER -dev
12# define JSONCPP_VERSION_HEXA ((JSONCPP_VERSION_MAJOR << 24) | (JSONCPP_VERSION_MINOR << 16) | (JSONCPP_VERSION_PATCH << 8))
13
14#endif // JSON_VERSION_H_INCLUDED