]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
cifs: update internal version number
authorSteve French <stfrench@microsoft.com>
Tue, 1 Apr 2025 01:50:31 +0000 (20:50 -0500)
committerSteve French <stfrench@microsoft.com>
Thu, 3 Apr 2025 01:01:14 +0000 (20:01 -0500)
To 2.52

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

index a769fa7ceecea5423a7d20935353dc021d8bea9e..ca435a3841b8a7a78c97540109a6b2f9d77e7a9e 100644 (file)
@@ -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 53
-#define CIFS_VERSION   "2.53"
+#define SMB3_PRODUCT_BUILD 54
+#define CIFS_VERSION   "2.54"
 #endif                         /* _CIFSFS_H */