aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2016-10-03 09:04:48 -0700
committerNikolaus Rath <Nikolaus@rath.org>2016-10-03 09:08:58 -0700
commit7667317eef10e32a1b25b9d0abf3e7805e4b8434 (patch)
treee7587da8694d552bfdfc8c83bebc56d57bb37159 /lib
parent321af37ee17ca1c821b33efa285ba67e794bc4d5 (diff)
downloadlibfuse-7667317eef10e32a1b25b9d0abf3e7805e4b8434.tar.gz
Released 3.0.0pre0
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 69e9dc5..e7f6fd4 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -33,7 +33,7 @@ libfuse3_la_SOURCES = \
$(iconv_source) \
$(mount_source)
-libfuse3_la_LDFLAGS = -pthread @libfuse_libs@ -version-number 0:0:0 \
+libfuse3_la_LDFLAGS = -pthread @libfuse_libs@ -version-number 3:0:0 \
-Wl,--version-script,$(srcdir)/fuse_versionscript
if NETBSD