File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ ENDMACRO()
5959#SET( JSONCPP_VERSION_MAJOR X )
6060#SET( JSONCPP_VERSION_MINOR Y )
6161#SET( JSONCPP_VERSION_PATCH Z )
62- SET ( JSONCPP_VERSION 1.8.0 )
62+ SET ( JSONCPP_VERSION 1.8.1 )
6363jsoncpp_parse_version( ${JSONCPP_VERSION} JSONCPP_VERSION )
6464#IF(NOT JSONCPP_VERSION_FOUND)
6565# MESSAGE(FATAL_ERROR "Failed to parse version string properly. Expect X.Y.Z")
Original file line number Diff line number Diff line change 33#ifndef JSON_VERSION_H_INCLUDED
44# define JSON_VERSION_H_INCLUDED
55
6- # define JSONCPP_VERSION_STRING "1.8.0 "
6+ # define JSONCPP_VERSION_STRING "1.8.1 "
77# define JSONCPP_VERSION_MAJOR 1
88# define JSONCPP_VERSION_MINOR 8
9- # define JSONCPP_VERSION_PATCH 0
9+ # define JSONCPP_VERSION_PATCH 1
1010# define JSONCPP_VERSION_QUALIFIER
1111# define JSONCPP_VERSION_HEXA ((JSONCPP_VERSION_MAJOR << 24) | (JSONCPP_VERSION_MINOR << 16) | (JSONCPP_VERSION_PATCH << 8))
1212
Original file line number Diff line number Diff line change 11project (
22 ' jsoncpp' ,
33 ' cpp' ,
4- version : ' 1.8.0 ' ,
4+ version : ' 1.8.1 ' ,
55 default_options : [
66 ' buildtype=release' ,
77 ' warning_level=1' ],
Original file line number Diff line number Diff line change 1- 1.8.0
1+ 1.8.1
You can’t perform that action at this time.
0 commit comments