aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ac496ad..60fc9a3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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])