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 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 <martin dot partel at gmail dot com>
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])