Skip to content

Commit 8b7ea09

Browse files
authored
Bump soversion to 24 (#1167)
1 parent a4fb5db commit 8b7ea09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ project(JSONCPP
7171
LANGUAGES CXX)
7272

7373
message(STATUS "JsonCpp Version: ${JSONCPP_VERSION_MAJOR}.${JSONCPP_VERSION_MINOR}.${JSONCPP_VERSION_PATCH}")
74-
set(JSONCPP_SOVERSION 23)
74+
set(JSONCPP_SOVERSION 24)
7575

7676
option(JSONCPP_WITH_TESTS "Compile and (for jsoncpp_check) run JsonCpp test executables" ON)
7777
option(JSONCPP_WITH_POST_BUILD_UNITTEST "Automatically run unit-tests as a post build step" ON)

Diff for: meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jsoncpp_lib = library(
5050
'src/lib_json/json_value.cpp',
5151
'src/lib_json/json_writer.cpp',
5252
]),
53-
soversion : 23,
53+
soversion : 24,
5454
install : true,
5555
include_directories : jsoncpp_include_directories,
5656
cpp_args: dll_export_flag)

0 commit comments

Comments
 (0)