diff options
author | Nikolaus Rath <Nikolaus@rath.org> | 2022-05-02 10:11:41 +0100 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2022-05-02 10:11:41 +0100 |
commit | a56147d3cb269d64635408ab5588ad66eba43943 (patch) | |
tree | 2f112fdf132313953ecf4647e39306bfe7596cde /include/fuse_common.h | |
parent | 96ad05c8e12bae3c53401d4a856c168ef6c04345 (diff) | |
download | libfuse-a56147d3cb269d64635408ab5588ad66eba43943.tar.gz |
Released 3.11.0
Diffstat (limited to 'include/fuse_common.h')
-rw-r--r-- | include/fuse_common.h | 2 |
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) |