]> www.infradead.org Git - users/willy/pagecache.git/commitdiff
cifs: update internal version number
authorSteve French <stfrench@microsoft.com>
Mon, 27 Jan 2025 23:45:57 +0000 (17:45 -0600)
committerSteve French <stfrench@microsoft.com>
Fri, 31 Jan 2025 18:51:44 +0000 (12:51 -0600)
To 2.53

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

index a762dbbbd959b4bbcd696b8fc0e23f5ada991b20..831fee962c4d6b581c9d0faaeb093fbef046e303 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 52
-#define CIFS_VERSION   "2.52"
+#define SMB3_PRODUCT_BUILD 53
+#define CIFS_VERSION   "2.53"
 #endif                         /* _CIFSFS_H */