Commit ddabf50 1 parent 63ab03c commit ddabf50 Copy full SHA for ddabf50
File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ ENDMACRO()
59
59
#SET( JSONCPP_VERSION_MAJOR X )
60
60
#SET( JSONCPP_VERSION_MINOR Y )
61
61
#SET( JSONCPP_VERSION_PATCH Z )
62
- SET ( JSONCPP_VERSION 1.8.3 )
62
+ SET ( JSONCPP_VERSION 1.8.4 )
63
63
jsoncpp_parse_version( ${JSONCPP_VERSION} JSONCPP_VERSION )
64
64
#IF(NOT JSONCPP_VERSION_FOUND)
65
65
# 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.8.3 "
6
+ # define JSONCPP_VERSION_STRING "1.8.4 "
7
7
# define JSONCPP_VERSION_MAJOR 1
8
8
# define JSONCPP_VERSION_MINOR 8
9
- # define JSONCPP_VERSION_PATCH 3
9
+ # define JSONCPP_VERSION_PATCH 4
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
project (
2
2
' jsoncpp' ,
3
3
' cpp' ,
4
- version : ' 1.8.3 ' ,
4
+ version : ' 1.8.4 ' ,
5
5
default_options : [
6
6
' buildtype=release' ,
7
7
' warning_level=1' ],
@@ -53,7 +53,7 @@ jsoncpp_lib = library(
53
53
' src/lib_json/json_reader.cpp' ,
54
54
' src/lib_json/json_value.cpp' ,
55
55
' src/lib_json/json_writer.cpp' ],
56
- soversion : 19 ,
56
+ soversion : 20 ,
57
57
install : true ,
58
58
include_directories : jsoncpp_include_directories)
59
59
Original file line number Diff line number Diff line change 1
- 1.8.3
1
+ 1.8.4
You can’t perform that action at this time.
0 commit comments