Go to the documentation of this file.00001
00002
00003
00004 #ifndef JSON_VERSION_H_INCLUDED
00005 # define JSON_VERSION_H_INCLUDED
00006
00007 # define JSONCPP_VERSION_STRING "1.6.2"
00008 # define JSONCPP_VERSION_MAJOR 1
00009 # define JSONCPP_VERSION_MINOR 6
00010 # define JSONCPP_VERSION_PATCH 2
00011 # define JSONCPP_VERSION_QUALIFIER
00012 # define JSONCPP_VERSION_HEXA ((JSONCPP_VERSION_MAJOR << 24) | (JSONCPP_VERSION_MINOR << 16) | (JSONCPP_VERSION_PATCH << 8))
00013
00014 #endif // JSON_VERSION_H_INCLUDED