diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2022-06-18 Martin Pärtel <martin dot partel at gmail dot com> + + * Released 1.16.0 + 2022-04-03 Martin Pärtel <martin dot partel at gmail dot com> * Added --no-direct-io and enabled FUSE's direct_io by default diff --git a/configure.ac b/configure.ac index 2b5fc8b..ca87999 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([bindfs],[1.15.1],[martin.partel@gmail.com]) +AC_INIT([bindfs],[1.16.0],[martin.partel@gmail.com]) AM_INIT_AUTOMAKE([foreign serial-tests]) AC_CONFIG_HEADERS([config.h]) |