cifs: update internal version number
To 2.53 Signed-off-by: Steve French <stfrench@microsoft.com>
This commit is contained in:
parent
4e2043be5c
commit
2008d8c712
|
@ -146,6 +146,6 @@ extern const struct export_operations cifs_export_ops;
|
|||
#endif /* CONFIG_CIFS_NFSD_EXPORT */
|
||||
|
||||
/* when changing internal version - update following two lines at same time */
|
||||
#define SMB3_PRODUCT_BUILD 52
|
||||
#define CIFS_VERSION "2.52"
|
||||
#define SMB3_PRODUCT_BUILD 53
|
||||
#define CIFS_VERSION "2.53"
|
||||
#endif /* _CIFSFS_H */
|
||||
|
|
Loading…
Reference in New Issue