From: Steve French Date: Mon, 27 Jan 2025 23:45:57 +0000 (-0600) Subject: cifs: update internal version number X-Git-Tag: v6.14-rc1~5^2~1 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=2008d8c7121a9eee0ef8ea121581269886535150;p=linux-2.6-block.git cifs: update internal version number To 2.53 Signed-off-by: Steve French --- diff --git a/fs/smb/client/cifsfs.h b/fs/smb/client/cifsfs.h index a762dbbbd959..831fee962c4d 100644 --- a/fs/smb/client/cifsfs.h +++ b/fs/smb/client/cifsfs.h @@ -146,6 +146,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 52 -#define CIFS_VERSION "2.52" +#define SMB3_PRODUCT_BUILD 53 +#define CIFS_VERSION "2.53" #endif /* _CIFSFS_H */