cifs: update internal version number
authorSteve French <stfrench@microsoft.com>
Wed, 4 Jun 2025 04:21:09 +0000 (23:21 -0500)
committerSteve French <stfrench@microsoft.com>
Thu, 5 Jun 2025 15:21:17 +0000 (10:21 -0500)
to 2.55

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

index ca435a3841b8a7a78c97540109a6b2f9d77e7a9e..b9ec9fe16a9822381b2d5e449f0abc395fba6386 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 54
-#define CIFS_VERSION   "2.54"
+#define SMB3_PRODUCT_BUILD 55
+#define CIFS_VERSION   "2.55"
 #endif                         /* _CIFSFS_H */