Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

cifs: update internal module version number

to 2.58

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

+2 -2
+2 -2
fs/smb/client/cifsfs.h
··· 145 145 #endif /* CONFIG_CIFS_NFSD_EXPORT */ 146 146 147 147 /* when changing internal version - update following two lines at same time */ 148 - #define SMB3_PRODUCT_BUILD 57 149 - #define CIFS_VERSION "2.57" 148 + #define SMB3_PRODUCT_BUILD 58 149 + #define CIFS_VERSION "2.58" 150 150 #endif /* _CIFSFS_H */