cifs: update internal version number

To 2.53

Signed-off-by: Steve French <stfrench@microsoft.com>
This commit is contained in:
Steve French 2025-01-27 17:45:57 -06:00
parent 4e2043be5c
commit 2008d8c712
1 changed files with 2 additions and 2 deletions

View File

@ -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 */