aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2022-05-02 10:11:41 +0100
committerNikolaus Rath <Nikolaus@rath.org>2022-05-02 10:11:41 +0100
commita56147d3cb269d64635408ab5588ad66eba43943 (patch)
tree2f112fdf132313953ecf4647e39306bfe7596cde /include
parent96ad05c8e12bae3c53401d4a856c168ef6c04345 (diff)
downloadlibfuse-a56147d3cb269d64635408ab5588ad66eba43943.tar.gz
Released 3.11.0
Diffstat (limited to 'include')
-rw-r--r--include/fuse_common.h2
1 files changed, 1 insertions, 1 deletions
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)