From: Steve French Date: Wed, 20 Nov 2024 16:01:35 +0000 (-0600) Subject: cifs: update internal version number X-Git-Tag: microblaze-v6.16~487^2 X-Git-Url: http://git.monstr.eu/?a=commitdiff_plain;h=8d7690b3c146f8ae3089918226697bf4e3943032;p=linux-2.6-microblaze.git cifs: update internal version number To 2.52 Signed-off-by: Steve French --- diff --git a/fs/smb/client/cifsfs.h b/fs/smb/client/cifsfs.h index 71b720dbb2ce..a762dbbbd959 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 51 -#define CIFS_VERSION "2.51" +#define SMB3_PRODUCT_BUILD 52 +#define CIFS_VERSION "2.52" #endif /* _CIFSFS_H */