aboutsummaryrefslogtreecommitdiffstats
path: root/include/fuse_common.h
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2023-06-09 10:36:28 +0100
committerNikolaus Rath <Nikolaus@rath.org>2023-06-09 10:36:28 +0100
commit6d08472ea47db895748d5ca7d3daf032c3fefcf8 (patch)
tree88607bfb3fd49b241a7d4756fbefa16d79811d47 /include/fuse_common.h
parente0041ada71d923e5babe5f9a0df6da31a6dbd039 (diff)
downloadlibfuse-6d08472ea47db895748d5ca7d3daf032c3fefcf8.tar.gz
Released 3.15.0
Diffstat (limited to 'include/fuse_common.h')
-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 f63b22a..3a1e1f8 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 14
+#define FUSE_MINOR_VERSION 15
#define FUSE_MAKE_VERSION(maj, min) ((maj) * 100 + (min))
#define FUSE_VERSION FUSE_MAKE_VERSION(FUSE_MAJOR_VERSION, FUSE_MINOR_VERSION)