cifs: update internal version number

to 2.57

Signed-off-by: Steve French <stfrench@microsoft.com>
This commit is contained in:
Steve French
2025-10-04 19:50:31 -05:00
parent fa9fe87150
commit b30c32c784

View File

@@ -145,6 +145,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 56
#define CIFS_VERSION "2.56"
#define SMB3_PRODUCT_BUILD 57
#define CIFS_VERSION "2.57"
#endif /* _CIFSFS_H */