diff options
| author | Steve French <stfrench@microsoft.com> | 2025-12-13 12:48:49 -0600 |
|---|---|---|
| committer | Steve French <stfrench@microsoft.com> | 2025-12-16 17:43:02 -0600 |
| commit | d8a4af8f3d9d3367b2c49b0d9dee529556bdd2f4 (patch) | |
| tree | 4b8bbafdf245cd5f30133969396cc2bfb0776089 | |
| parent | 94d5b8dbc5d9caa8e01c8fab8d5ed56e843ff40e (diff) | |
cifs: update internal module version number
to 2.58
Signed-off-by: Steve French <stfrench@microsoft.com>
| -rw-r--r-- | fs/smb/client/cifsfs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/smb/client/cifsfs.h b/fs/smb/client/cifsfs.h index e9534258d1ef..75d372ceb655 100644 --- a/fs/smb/client/cifsfs.h +++ b/fs/smb/client/cifsfs.h @@ -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 57 -#define CIFS_VERSION "2.57" +#define SMB3_PRODUCT_BUILD 58 +#define CIFS_VERSION "2.58" #endif /* _CIFSFS_H */ |
