From b982aee1161307cdd0e90f7f9597b11872440efc Mon Sep 17 00:00:00 2001 From: Martin Pärtel Date: Fri, 10 Nov 2023 12:43:48 +0200 Subject: Released 1.17.6. --- ChangeLog | 1 + configure.ac | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index cf96956..eec3fe0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,7 @@ * Fixed undefined behaviour on platforms where `uid_t` or `gid_t` is signed (issue #143, thanks @hartwork!) + * Released 1.17.6 2023-11-09 Martin Pärtel diff --git a/configure.ac b/configure.ac index c839430..00f8ebc 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([bindfs],[1.17.5],[martin.partel@gmail.com]) +AC_INIT([bindfs],[1.17.6],[martin.partel@gmail.com]) AM_INIT_AUTOMAKE([foreign serial-tests]) AC_CONFIG_HEADERS([config.h]) -- cgit v1.2.3