diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2021-02-15 Martin Pärtel <martin dot partel at gmail dot com> + + * Fixed build on old compilers by adhering more strictly to C99. + * Released 1.15.1 + 2021-02-14 Martin Pärtel <martin dot partel at gmail dot com> * Support for libfuse3 - huge thanks to @McBane87 (PR #95) diff --git a/configure.ac b/configure.ac index e3e93e7..2b5fc8b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([bindfs],[1.15.0],[martin.partel@gmail.com]) +AC_INIT([bindfs],[1.15.1],[martin.partel@gmail.com]) AM_INIT_AUTOMAKE([foreign serial-tests]) AC_CONFIG_HEADERS([config.h]) |