cifs: update internal version number

To 2.53

Signed-off-by: Steve French <stfrench@microsoft.com>

+2 -2
+2 -2
fs/smb/client/cifsfs.h
··· 146 146 #endif /* CONFIG_CIFS_NFSD_EXPORT */ 147 147 148 148 /* when changing internal version - update following two lines at same time */ 149 - #define SMB3_PRODUCT_BUILD 52 150 - #define CIFS_VERSION "2.52" 149 + #define SMB3_PRODUCT_BUILD 53 150 + #define CIFS_VERSION "2.53" 151 151 #endif /* _CIFSFS_H */