version numbers added
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