cifs: update internal module version number

To 2.16

Signed-off-by: Steve French <stfrench@microsoft.com>
This commit is contained in:
Steve French 2019-01-05 19:46:35 -06:00
parent 9a66396f18
commit 48d2ba6257

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.15"
#define CIFS_VERSION "2.16"
#endif /* _CIFSFS_H */