JsonCpp project page JsonCpp home page

include/json/version.h

Go to the documentation of this file.
00001 // DO NOT EDIT. This file is generated by CMake from  "version"
00002 // and "version.h.in" files.
00003 // Run CMake configure step to update it.
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