cifs: update internal version number
authorSteve French <stfrench@microsoft.com>
Sat, 9 Aug 2025 14:17:46 +0000 (09:17 -0500)
committerSteve French <stfrench@microsoft.com>
Wed, 13 Aug 2025 16:36:20 +0000 (11:36 -0500)
to 2.56

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

index 487f39cff77e537e6cec26788edbfef18a7cc9e3..3ce7c614ccc01f43a91e28a3176b63121e71af7a 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 55
-#define CIFS_VERSION   "2.55"
+#define SMB3_PRODUCT_BUILD 56
+#define CIFS_VERSION   "2.56"
 #endif                         /* _CIFSFS_H */