From 2f3d940b2e5fa1c6c0b44372bd3372a20ccc71ab Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Mon, 15 Dec 2003 12:11:33 +0000 Subject: version numbers added --- include/linux/fuse.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/linux/fuse.h') diff --git a/include/linux/fuse.h b/include/linux/fuse.h index 08ad214..9f9609e 100644 --- a/include/linux/fuse.h +++ b/include/linux/fuse.h @@ -11,6 +11,9 @@ /** Version number of this interface */ #define FUSE_KERNEL_VERSION 2 +/** Minor version number of this interface */ +#define FUSE_KERNEL_MINOR_VERSION 1 + /** The inode number of the root indode */ #define FUSE_ROOT_INO 1 -- cgit v1.2.3