File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ ENDMACRO()
64
64
#SET( JSONCPP_VERSION_MAJOR X )
65
65
#SET( JSONCPP_VERSION_MINOR Y )
66
66
#SET( JSONCPP_VERSION_PATCH Z )
67
- SET ( JSONCPP_VERSION 1.7.0 )
67
+ SET ( JSONCPP_VERSION 1.7.1 )
68
68
jsoncpp_parse_version( ${JSONCPP_VERSION} JSONCPP_VERSION )
69
69
#IF(NOT JSONCPP_VERSION_FOUND)
70
70
# MESSAGE(FATAL_ERROR "Failed to parse version string properly. Expect X.Y.Z")
Original file line number Diff line number Diff line change 3
3
#ifndef JSON_VERSION_H_INCLUDED
4
4
# define JSON_VERSION_H_INCLUDED
5
5
6
- # define JSONCPP_VERSION_STRING "1.7.0 "
6
+ # define JSONCPP_VERSION_STRING "1.7.1 "
7
7
# define JSONCPP_VERSION_MAJOR 1
8
8
# define JSONCPP_VERSION_MINOR 7
9
- # define JSONCPP_VERSION_PATCH 0
9
+ # define JSONCPP_VERSION_PATCH 1
10
10
# define JSONCPP_VERSION_QUALIFIER
11
11
# define JSONCPP_VERSION_HEXA ((JSONCPP_VERSION_MAJOR << 24) | (JSONCPP_VERSION_MINOR << 16) | (JSONCPP_VERSION_PATCH << 8))
12
12
Original file line number Diff line number Diff line change 1
- 1.7.0
1
+ 1.7.1
You can’t perform that action at this time.
0 commit comments