aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 01f1266..0fc7f9b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
* Reverted change in 1.16.0 that made direct_io the default.
It turned out to be more problematic than not having it.
(issue #117, thanks @DUOLabs333 and @Misterio77)
+ * Released 1.17.0
2022-06-24 Martin Pärtel <martin dot partel at gmail dot com>
diff --git a/configure.ac b/configure.ac
index 72798b9..f9763cb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([bindfs],[1.16.1],[martin.partel@gmail.com])
+AC_INIT([bindfs],[1.17.0],[martin.partel@gmail.com])
AM_INIT_AUTOMAKE([foreign serial-tests])
AC_CONFIG_HEADERS([config.h])