diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -2,6 +2,8 @@ * Added missing include for "sys/file.h". * Added flock copy-pasta needed by XCode 12 (issue #88). + * Released 1.14.8 + 2020-05-13 Martin Pärtel <martin dot partel at gmail dot com> * Fixed missing newlines bug with --map-passwd and --map-group diff --git a/configure.ac b/configure.ac index 8eb9733..162e41b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([bindfs],[1.14.7],[martin.partel@gmail.com]) +AC_INIT([bindfs],[1.14.8],[martin.partel@gmail.com]) AM_INIT_AUTOMAKE([foreign serial-tests]) AC_CONFIG_HEADERS([config.h]) |