projects
/
qemu-gpiodev
/
libfuse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df15498
)
Increase .so version to 4
author
Bernd Schubert
<bernd@bsbernd.com>
Mon, 23 Sep 2024 16:28:29 +0000
(18:28 +0200)
committer
Bernd Schubert
<bernd@bsbernd.com>
Mon, 30 Dec 2024 22:04:11 +0000
(23:04 +0100)
We have multiple ABI breakages - increase the .so version.
Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
lib/meson.build
patch
|
blob
|
history
diff --git
a/lib/meson.build
b/lib/meson.build
index 34dd60772387194a13825c2137384a68d12b6dad..e201a5a98134cefc8357c856b7a8cf316df28fdd 100644
(file)
--- 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',