From: Bernd Schubert Date: Mon, 23 Sep 2024 16:28:29 +0000 (+0200) Subject: Increase .so version to 4 X-Git-Tag: fuse-3.17.1-rc0~37^2 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=3f9d369d083cfeb0a01b9781772efcf9920bdfcb;p=qemu-gpiodev%2Flibfuse.git Increase .so version to 4 We have multiple ABI breakages - increase the .so version. Signed-off-by: Bernd Schubert --- diff --git a/lib/meson.build b/lib/meson.build index 34dd607..e201a5a 100644 --- a/lib/meson.build +++ b/lib/meson.build @@ -34,7 +34,7 @@ endif fusermount_path = join_paths(get_option('prefix'), get_option('bindir')) libfuse = library('fuse3', libfuse_sources, version: meson.project_version(), - soversion: '3', include_directories: include_dirs, + soversion: '4', include_directories: include_dirs, dependencies: deps, install: true, link_depends: 'fuse_versionscript', c_args: [ '-DFUSE_USE_VERSION=317',