File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ ENDMACRO()
6969#SET( JSONCPP_VERSION_MAJOR X )
7070#SET( JSONCPP_VERSION_MINOR Y )
7171#SET( JSONCPP_VERSION_PATCH Z )
72- SET ( JSONCPP_VERSION 1.7.6 )
72+ SET ( JSONCPP_VERSION 1.7.7 )
7373jsoncpp_parse_version( ${JSONCPP_VERSION} JSONCPP_VERSION )
7474#IF(NOT JSONCPP_VERSION_FOUND)
7575# 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.7.6 "
6+ # define JSONCPP_VERSION_STRING "1.7.7 "
77# define JSONCPP_VERSION_MAJOR 1
88# define JSONCPP_VERSION_MINOR 7
9- # define JSONCPP_VERSION_PATCH 6
9+ # define JSONCPP_VERSION_PATCH 7
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 1- 1.7.6
1+ 1.7.7
You can’t perform that action at this time.
0 commit comments