cifs: update internal module version number

to 2.60

Signed-off-by: Steve French <stfrench@microsoft.com>
This commit is contained in:
Steve French
2026-06-18 21:23:06 -05:00
parent b86467cd26
commit 1b7a6da1d6

View File

@@ -166,6 +166,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 60
#define CIFS_VERSION "2.60"
#define SMB3_PRODUCT_BUILD 61
#define CIFS_VERSION "2.61"
#endif /* _CIFSFS_H */