From a679e5b29fd094e0b9132b9d758732c882835dc6 Mon Sep 17 00:00:00 2001 From: Martin Pärtel Date: Sun, 25 Sep 2016 19:31:03 +0100 Subject: Released 1.13.2. --- ChangeLog | 1 + configure.ac | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 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]) -- cgit v1.2.3