diff options
author | Nikolaus Rath <Nikolaus@rath.org> | 2016-10-03 09:04:48 -0700 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2016-10-03 09:08:58 -0700 |
commit | 7667317eef10e32a1b25b9d0abf3e7805e4b8434 (patch) | |
tree | e7587da8694d552bfdfc8c83bebc56d57bb37159 /lib | |
parent | 321af37ee17ca1c821b33efa285ba67e794bc4d5 (diff) | |
download | libfuse-7667317eef10e32a1b25b9d0abf3e7805e4b8434.tar.gz |
Released 3.0.0pre0
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.am | 2 |
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 |