We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4fb5db commit c6cb160Copy full SHA for c6cb160
CMakeLists.txt
@@ -71,7 +71,7 @@ project(JSONCPP
71
LANGUAGES CXX)
72
73
message(STATUS "JsonCpp Version: ${JSONCPP_VERSION_MAJOR}.${JSONCPP_VERSION_MINOR}.${JSONCPP_VERSION_PATCH}")
74
-set(JSONCPP_SOVERSION 23)
+set(JSONCPP_SOVERSION 24)
75
76
option(JSONCPP_WITH_TESTS "Compile and (for jsoncpp_check) run JsonCpp test executables" ON)
77
option(JSONCPP_WITH_POST_BUILD_UNITTEST "Automatically run unit-tests as a post build step" ON)
meson.build
@@ -50,7 +50,7 @@ jsoncpp_lib = library(
50
'src/lib_json/json_value.cpp',
51
'src/lib_json/json_writer.cpp',
52
]),
53
- soversion : 23,
+ soversion : 24,
54
install : true,
55
include_directories : jsoncpp_include_directories,
56
cpp_args: dll_export_flag)
0 commit comments