diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2010-02-01 14:52:30 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2010-02-01 14:52:30 +0000 |
commit | 0197ce4041f6777394efda8350bf9b29dfb8274b (patch) | |
tree | ff04a23dc754c6a6021d1b1b97c4684a99701c05 /lib/Makefile.am | |
parent | 054635595a6dae38c56a2592d9ecc5987e841afd (diff) | |
download | libfuse-0197ce4041f6777394efda8350bf9b29dfb8274b.tar.gz |
* Released 2.8.3
* Using --no-canonicalize with umount(8) conflicts with the race
fix, sinceit assumes the supplied path is absolute, while the race
fix relies on the path being relative to the current directory
Diffstat (limited to 'lib/Makefile.am')
-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 c719cfc..d5ef33b 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -35,7 +35,7 @@ libfuse_la_SOURCES = \ $(iconv_source) \ $(mount_source) -libfuse_la_LDFLAGS = @libfuse_libs@ -version-number 2:8:2 \ +libfuse_la_LDFLAGS = @libfuse_libs@ -version-number 2:8:3 \ -Wl,--version-script,$(srcdir)/fuse_versionscript libulockmgr_la_SOURCES = ulockmgr.c |