aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2010-02-01 14:52:30 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2010-02-01 14:52:30 +0000
commit0197ce4041f6777394efda8350bf9b29dfb8274b (patch)
treeff04a23dc754c6a6021d1b1b97c4684a99701c05 /configure.in
parent054635595a6dae38c56a2592d9ecc5987e841afd (diff)
downloadlibfuse-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.in2
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