aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c1296bb..c63e707 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
* Fix bug in readdir() introduced with 1.13.1. This fixes a bug when
a bindfs mount is exported over NFS (issue #39).
+ * Released 1.13.2
2016-07-31 Martin Pärtel <martin dot partel at gmail dot com>
diff --git a/configure.ac b/configure.ac
index e7f40ae..59d3bdb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([bindfs],[1.13.1],[martin.partel@gmail.com])
+AC_INIT([bindfs],[1.13.2],[martin.partel@gmail.com])
AM_INIT_AUTOMAKE([foreign serial-tests])
AC_CONFIG_HEADERS([config.h])