diff options
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -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]) |