diff options
author | Martin Pärtel <martin.partel@gmail.com> | 2016-10-02 16:16:11 +0100 |
---|---|---|
committer | Martin Pärtel <martin.partel@gmail.com> | 2016-10-02 16:16:11 +0100 |
commit | 1eb158a2dcd0f73f2cdbfe47b576827a0bd41618 (patch) | |
tree | ab81bc8a39e96cc7012ef9a24ea8c8fb99bb1a4a | |
parent | e1a3ff7f06fb970294e4217bbf6e2ede3543274b (diff) | |
download | bindfs-1eb158a2dcd0f73f2cdbfe47b576827a0bd41618.tar.gz |
Released 1.13.3.
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -2,6 +2,7 @@ * Require FUSE 2.9 at compile-time. * Also compile with FUSE 2.8, but without support for lock forwarding. + * Released 1.13.3 2016-09-25 Martin Pärtel <martin dot partel at gmail dot com> diff --git a/configure.ac b/configure.ac index 306f4a7..f14fd63 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([bindfs],[1.13.2],[martin.partel@gmail.com]) +AC_INIT([bindfs],[1.13.3],[martin.partel@gmail.com]) AM_INIT_AUTOMAKE([foreign serial-tests]) AC_CONFIG_HEADERS([config.h]) |