cifs: update internal module version number

To 2.24

Signed-off-by: Steve French <stfrench@microsoft.com>
This commit is contained in:
Steve French 2019-10-13 21:19:54 -05:00
parent ff6b6f3f91
commit 1656a07a89

View file

@ -153,5 +153,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.23"
#define CIFS_VERSION "2.24"
#endif /* _CIFSFS_H */