summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2023-01-13 10:33:35 +0000
committerNikolaus Rath <Nikolaus@rath.org>2023-01-13 10:33:35 +0000
commit9acd183460656bffa6672e85a413b5b4f80bce5e (patch)
tree0d63d4d9674c139121e868346a819e53dbcbfac3 /include
parentc67b9219cfe132809555ad5a04c3e13c7cde70ed (diff)
downloadfuse-3.13.0.tar.gz
Released 3.13.0fuse-3.13.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 dbba05a..cf9bc27 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 12
+#define FUSE_MINOR_VERSION 13
#define FUSE_MAKE_VERSION(maj, min) ((maj) * 100 + (min))
#define FUSE_VERSION FUSE_MAKE_VERSION(FUSE_MAJOR_VERSION, FUSE_MINOR_VERSION)