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 /configure.in | |
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 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index d21d3ee..0d939ad 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT(fuse, 2.8.2) +AC_INIT(fuse, 2.8.3) AC_CONFIG_MACRO_DIR([m4]) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE |