Update cifs version number to 2.03

Signed-off-by: Steve French <smfrench@gmail.com>
This commit is contained in:
Steve French 2014-05-11 23:47:45 -05:00
parent 2d4f84bd79
commit 2e4b8c2c3b

View File

@ -140,5 +140,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.02"
#define CIFS_VERSION "2.03"
#endif /* _CIFSFS_H */