From e0aba6935e01ab7928967278aaeb9a0660fea644 Mon Sep 17 00:00:00 2001 From: Martin Pärtel Date: Tue, 12 Jul 2022 21:27:21 +0300 Subject: Released 1.17.0. --- ChangeLog | 1 + configure.ac | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 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]) -- cgit v1.2.3