aboutsummaryrefslogtreecommitdiffstats
path: root/include/fuse_common.h
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2023-02-17 09:31:14 +0000
committerNikolaus Rath <Nikolaus@rath.org>2023-02-17 09:31:14 +0000
commit3f65bb699cd2f0afe2b9519c39d29922229f2168 (patch)
tree410ca9843e53eb4150db8b2bfce33b6785a3baef /include/fuse_common.h
parent418b7efca9bfa56802732ecde75651071315c9bd (diff)
downloadlibfuse-3f65bb699cd2f0afe2b9519c39d29922229f2168.tar.gz
Released 3.14.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 8ee1a34..ca15be8 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 13
+#define FUSE_MINOR_VERSION 14
#define FUSE_MAKE_VERSION(maj, min) ((maj) * 100 + (min))
#define FUSE_VERSION FUSE_MAKE_VERSION(FUSE_MAJOR_VERSION, FUSE_MINOR_VERSION)