diff options
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -2,6 +2,7 @@ * Added MacOS statfs_x implementation (issue #130, thanks @ohayetechnology) + * Released 1.17.3 2023-02-08 Martin Pärtel <martin dot partel at gmail dot com> diff --git a/configure.ac b/configure.ac index 48d5047..7764e5b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([bindfs],[1.17.2],[martin.partel@gmail.com]) +AC_INIT([bindfs],[1.17.3],[martin.partel@gmail.com]) AM_INIT_AUTOMAKE([foreign serial-tests]) AC_CONFIG_HEADERS([config.h]) |