]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
cifs: update internal module version number
authorSteve French <stfrench@microsoft.com>
Wed, 20 Mar 2019 21:42:50 +0000 (16:42 -0500)
committerSteve French <stfrench@microsoft.com>
Sat, 23 Mar 2019 03:43:04 +0000 (22:43 -0500)
To 2.19

Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/cifsfs.h

index 142164ef1f05fe7befc2ad5df61409336b422fb7..5c0298b9998fc326795c435f6050c3563bdf09f4 100644 (file)
@@ -150,5 +150,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.18"
+#define CIFS_VERSION   "2.19"
 #endif                         /* _CIFSFS_H */