From a56147d3cb269d64635408ab5588ad66eba43943 Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Mon, 2 May 2022 10:11:41 +0100 Subject: Released 3.11.0 --- include/fuse_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/fuse_common.h') diff --git a/include/fuse_common.h b/include/fuse_common.h index d7481be..3f7260c 100644 --- a/include/fuse_common.h +++ b/include/fuse_common.h @@ -23,7 +23,7 @@ #define FUSE_MAJOR_VERSION 3 /** Minor version of FUSE library interface */ -#define FUSE_MINOR_VERSION 10 +#define FUSE_MINOR_VERSION 11 #define FUSE_MAKE_VERSION(maj, min) ((maj) * 100 + (min)) #define FUSE_VERSION FUSE_MAKE_VERSION(FUSE_MAJOR_VERSION, FUSE_MINOR_VERSION) -- cgit v1.2.3