From: Steve French Date: Sun, 5 Oct 2025 00:50:31 +0000 (-0500) Subject: cifs: update internal version number X-Git-Tag: v6.18-rc1~18^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b30c32c784bf29735dabff15443a5feeafd26d1c;p=thirdparty%2Fkernel%2Flinux.git cifs: update internal version number to 2.57 Signed-off-by: Steve French --- diff --git a/fs/smb/client/cifsfs.h b/fs/smb/client/cifsfs.h index 3ce7c614ccc0..e9534258d1ef 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 56 -#define CIFS_VERSION "2.56" +#define SMB3_PRODUCT_BUILD 57 +#define CIFS_VERSION "2.57" #endif /* _CIFSFS_H */