summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2016-01-14 11:20:22 -0800
committerNikolaus Rath <Nikolaus@rath.org>2016-01-14 11:20:22 -0800
commit1ac9ca5636f3309b86eab007dfe863d14f52e329 (patch)
treed7f1d64ea791be3131c4473f35a3b7117b8a4721
parent7a7f10cd3fbbed590c4503cffdd2c5067682ae4d (diff)
downloadfuse-1ac9ca5636f3309b86eab007dfe863d14f52e329.tar.gz
Released 2.9.5fuse_2_9_5
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 2cf359e..7000730 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
-Unreleased Changes
-==================
+FUSE 2.9.5 (2016-01-14)
+=======================
* New maintainer: Nikolaus Rath <Nikolaus@rath.org>. Many thanks to
Miklos Szeredi <miklos@szeredi.hu> for bringing FUSE to where it is
diff --git a/configure.ac b/configure.ac
index 9342a3c..f2bc3d8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(fuse, 2.9.4)
+AC_INIT(fuse, 2.9.5)
AC_PREREQ(2.59d)
AC_CONFIG_MACRO_DIR([m4])