File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -63,12 +63,12 @@ if(NOT DEFINED CMAKE_BUILD_TYPE)
63
63
endif ()
64
64
65
65
project (JSONCPP
66
- VERSION 1.8.4 # <major>[.<minor>[.<patch>[.<tweak>]]]
66
+ VERSION 1.9.0 # <major>[.<minor>[.<patch>[.<tweak>]]]
67
67
LANGUAGES CXX)
68
68
69
69
set ( JSONCPP_VERSION ${JSONCPP_VERSION_MAJOR} .${JSONCPP_VERSION_MINOR} .${JSONCPP_VERSION_PATCH} )
70
70
message (STATUS "JsonCpp Version: ${JSONCPP_VERSION_MAJOR} .${JSONCPP_VERSION_MINOR} .${JSONCPP_VERSION_PATCH} " )
71
- set ( JSONCPP_SOVERSION 19 )
71
+ set ( JSONCPP_SOVERSION 21 )
72
72
73
73
option (JSONCPP_WITH_TESTS "Compile and (for jsoncpp_check) run JsonCpp test executables" ON )
74
74
option (JSONCPP_WITH_POST_BUILD_UNITTEST "Automatically run unit-tests as a post build step" ON )
Original file line number Diff line number Diff line change 1
1
project (
2
2
' jsoncpp' ,
3
3
' cpp' ,
4
- version : ' 1.8.4 ' ,
4
+ version : ' 1.9.0 ' ,
5
5
default_options : [
6
6
' buildtype=release' ,
7
7
' cpp_std=c++11' ,
@@ -62,7 +62,7 @@ jsoncpp_lib = library(
62
62
' src/lib_json/json_reader.cpp' ,
63
63
' src/lib_json/json_value.cpp' ,
64
64
' src/lib_json/json_writer.cpp' ],
65
- soversion : 20 ,
65
+ soversion : 21 ,
66
66
install : true ,
67
67
include_directories : jsoncpp_include_directories,
68
68
cpp_args : dll_export_flag)
You can’t perform that action at this time.
0 commit comments