aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2019-12-31 09:59:28 +0000
committerNikolaus Rath <Nikolaus@rath.org>2019-12-31 09:59:43 +0000
commit2cfce3990904528788db674186986cc069e03ed2 (patch)
treeec61ec965d3b02c826f1a8d3a5ae4233f6da43cc /include
parentabdd45f83cea86410536d9a45aa317cc0511d9d2 (diff)
downloadlibfuse-2cfce3990904528788db674186986cc069e03ed2.tar.gz
Bump FUSE_MINOR_VERSION
This was forgotten over several releases.
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 77d4bfe..53d8b8a 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 2
+#define FUSE_MINOR_VERSION 9
#define FUSE_MAKE_VERSION(maj, min) ((maj) * 10 + (min))
#define FUSE_VERSION FUSE_MAKE_VERSION(FUSE_MAJOR_VERSION, FUSE_MINOR_VERSION)