From: Steve French Date: Sat, 13 Dec 2025 18:48:49 +0000 (-0600) Subject: cifs: update internal module version number X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d8a4af8f3d9d3367b2c49b0d9dee529556bdd2f4;p=thirdparty%2Fkernel%2Flinux.git cifs: update internal module version number to 2.58 Signed-off-by: Steve French --- 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 */