gnunet-fuse

GNUnet file-sharing directory mounting via FUSE
Log | Files | Refs | Submodules | README | LICENSE

commit 50e740d331cf5aabba4ab8be25bae9c366d7909c
parent 9e27af618002e29ac6f01834bc8240a9f2494444
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date:   Thu, 29 Aug 2024 11:50:45 +0200

version bump

Diffstat:
Mconfigure.ac | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac @@ -20,7 +20,7 @@ # Process this file with autoconf to produce a configure script. # AC_PREREQ([2.71]) -AC_INIT([gnunet-fuse],[0.21.0],[bug-gnunet@gnu.org]) +AC_INIT([gnunet-fuse],[0.22.0],[bug-gnunet@gnu.org]) AM_INIT_AUTOMAKE AM_CONFIG_HEADER(gnunet_fuse_config.h)