]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
cifs: update internal version number
authorSteve French <stfrench@microsoft.com>
Wed, 20 Nov 2024 16:01:35 +0000 (10:01 -0600)
committerSteve French <stfrench@microsoft.com>
Thu, 28 Nov 2024 15:51:14 +0000 (09:51 -0600)
To 2.52

Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/client/cifsfs.h

index 71b720dbb2ce341a1fbd0926246801a41169785b..a762dbbbd959b4bbcd696b8fc0e23f5ada991b20 100644 (file)
@@ -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 */