diff options
author | Martin Pärtel <martin.partel@gmail.com> | 2023-06-03 10:54:45 +0300 |
---|---|---|
committer | Martin Pärtel <martin.partel@gmail.com> | 2023-06-03 10:54:45 +0300 |
commit | 290be5c929f8dd1d65d0a3dbaaab8c1870b54196 (patch) | |
tree | 2ee868ef42f1c8ab042dec19ac90c01c04900d49 | |
parent | 8bc231315c7807026800c197734b37154e89c338 (diff) | |
download | bindfs-290be5c929f8dd1d65d0a3dbaaab8c1870b54196.tar.gz |
Released 1.17.3.
-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]) |