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