commit | 8b7ea09b8055df01866a5ce4142b12ed8f9f13eb | [log] [tgz] |
---|---|---|
author | Chen <50514813+dota17@users.noreply.github.com> | Thu Apr 30 17:58:07 2020 +0800 |
committer | GitHub <noreply@github.com> | Thu Apr 30 17:58:07 2020 +0800 |
tree | 43d32961fda3510b640f36aa3d2a1d18d33a2bf2 | |
parent | a4fb5db54389e618a4968a3feb7f20d5ce853232 [diff] [blame] |
Bump soversion to 24 (#1167)
diff --git a/meson.build b/meson.build index 975d56c..75ec974 100644 --- a/meson.build +++ b/meson.build
@@ -50,7 +50,7 @@ 'src/lib_json/json_value.cpp', 'src/lib_json/json_writer.cpp', ]), - soversion : 23, + soversion : 24, install : true, include_directories : jsoncpp_include_directories, cpp_args: dll_export_flag)