cifs: update internal module version number

To version 2.15

Signed-off-by: Steve French <stfrench@microsoft.com>
This commit is contained in:
Steve French 2018-11-06 16:20:46 -06:00
parent e77fe73c7e
commit fea170804b

View 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.14"
#define CIFS_VERSION "2.15"
#endif /* _CIFSFS_H */