Update version number displayed by modinfo for cifs.ko
authorSteve French <smfrench@gmail.com>
Tue, 16 Sep 2014 09:13:31 +0000 (04:13 -0500)
committerSteve French <smfrench@gmail.com>
Tue, 16 Sep 2014 10:31:01 +0000 (05:31 -0500)
Update cifs.ko version to 2.05

Signed-off-by: Steve French <smfrench@gmail.com>w
fs/cifs/cifsfs.h

index b0fafa4..002e0c1 100644 (file)
@@ -136,5 +136,5 @@ extern long cifs_ioctl(struct file *filep, unsigned int cmd, unsigned long arg);
 extern const struct export_operations cifs_export_ops;
 #endif /* CONFIG_CIFS_NFSD_EXPORT */
 
-#define CIFS_VERSION   "2.04"
+#define CIFS_VERSION   "2.05"
 #endif                         /* _CIFSFS_H */