aboutsummaryrefslogtreecommitdiff
path: root/include/fuse_common.h
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2017-07-07 15:25:41 +0200
committerNikolaus Rath <Nikolaus@rath.org>2017-07-08 12:48:08 +0200
commite870a0427adb50a64dc8bcbacfacb089872c6908 (patch)
tree454e310cc66d048ee2e45493b6abaafcb80d1749 /include/fuse_common.h
parent79b446d22ce8cfb387549bef2a0ddcaf6fbb3331 (diff)
downloadlibfuse-e870a0427adb50a64dc8bcbacfacb089872c6908.tar.gz
Added public fuse_lib_help(), bumped minor version
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 8bacec5..ecaa906 100644
--- a/include/fuse_common.h
+++ b/include/fuse_common.h
@@ -22,7 +22,7 @@
#define FUSE_MAJOR_VERSION 3
/** Minor version of FUSE library interface */
-#define FUSE_MINOR_VERSION 0
+#define FUSE_MINOR_VERSION 1
#define FUSE_MAKE_VERSION(maj, min) ((maj) * 10 + (min))
#define FUSE_VERSION FUSE_MAKE_VERSION(FUSE_MAJOR_VERSION, FUSE_MINOR_VERSION)