aboutsummaryrefslogtreecommitdiff
path: root/include/fuse_common.h
diff options
context:
space:
mode:
authorGravatar Miklos Szeredi <miklos@szeredi.hu>2007-02-03 23:32:47 +0000
committerGravatar Miklos Szeredi <miklos@szeredi.hu>2007-02-03 23:32:47 +0000
commit3a7c00ec0c156123c47b53ec1cd7ead001fa4dfb (patch)
treed8ea21530477edcc954d35e111724c8b770c5fa1 /include/fuse_common.h
parent47910d7b8af40ffaccc8845d10d109871b5be604 (diff)
Add filesystem stacking support to high level API
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 8dc7bc2..1432917 100644
--- a/include/fuse_common.h
+++ b/include/fuse_common.h
@@ -20,7 +20,7 @@
#define FUSE_MAJOR_VERSION 2
/** Minor version of FUSE library interface */
-#define FUSE_MINOR_VERSION 6
+#define FUSE_MINOR_VERSION 7
#define FUSE_MAKE_VERSION(maj, min) ((maj) * 10 + (min))
#define FUSE_VERSION FUSE_MAKE_VERSION(FUSE_MAJOR_VERSION, FUSE_MINOR_VERSION)