diff options
author | Nikolaus Rath <Nikolaus@rath.org> | 2023-08-08 11:15:03 +0100 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2023-08-08 11:15:03 +0100 |
commit | 1f0dfae4084577997291bb0e1b94aeff89a5e70f (patch) | |
tree | 2513ff256df6e78105ee1f4e5edafd43fc3bf4d3 /include | |
parent | 0d830af6b8441b9fc52cf5e2c6f815b2cf178d8f (diff) | |
download | libfuse-1f0dfae4084577997291bb0e1b94aeff89a5e70f.tar.gz |
Released fuse-3.16.1
Diffstat (limited to 'include')
-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 837df5a..381149a 100644 --- a/include/fuse_common.h +++ b/include/fuse_common.h @@ -29,7 +29,7 @@ #define FUSE_MAJOR_VERSION 3 /** Minor version of FUSE library interface */ -#define FUSE_MINOR_VERSION 15 +#define FUSE_MINOR_VERSION 16 #define FUSE_MAKE_VERSION(maj, min) ((maj) * 100 + (min)) #define FUSE_VERSION FUSE_MAKE_VERSION(FUSE_MAJOR_VERSION, FUSE_MINOR_VERSION) |