diff --git a/lfs_fuse.c b/lfs_fuse.c index 696e794..1810b29 100644 --- a/lfs_fuse.c +++ b/lfs_fuse.c @@ -32,7 +32,7 @@ // // Major (top-nibble), incremented on backwards incompatible changes // Minor (bottom-nibble), incremented on feature additions -#define LFS_FUSE_VERSION 0x00020006 +#define LFS_FUSE_VERSION 0x00020007 #define LFS_FUSE_VERSION_MAJOR (0xffff & (LFS_FUSE_VERSION >> 16)) #define LFS_FUSE_VERSION_MINOR (0xffff & (LFS_FUSE_VERSION >> 0))