aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorBernd Schubert <bernd@bsbernd.com>2024-09-23 18:28:29 +0200
committerBernd Schubert <bernd@bsbernd.com>2024-12-30 23:04:11 +0100
commit3f9d369d083cfeb0a01b9781772efcf9920bdfcb (patch)
tree0bc5f6adb495da2ef7c8483454d193cca62a99c8 /lib
parentdf15498c9a6f0faf661664849822796ab746f1e3 (diff)
downloadlibfuse-3f9d369d083cfeb0a01b9781772efcf9920bdfcb.tar.gz
Increase .so version to 4
We have multiple ABI breakages - increase the .so version. Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/meson.build2
1 files changed, 1 insertions, 1 deletions
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',