]> www.infradead.org Git - users/hch/misc.git/commitdiff
cifs: update internal version number
authorSteve French <stfrench@microsoft.com>
Sun, 5 Oct 2025 00:50:31 +0000 (19:50 -0500)
committerSteve French <stfrench@microsoft.com>
Fri, 10 Oct 2025 16:10:01 +0000 (11:10 -0500)
    to 2.57

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

index 3ce7c614ccc01f43a91e28a3176b63121e71af7a..e9534258d1efd0bb34f36bf2c725c64d0a8ca8f4 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 56
-#define CIFS_VERSION   "2.56"
+#define SMB3_PRODUCT_BUILD 57
+#define CIFS_VERSION   "2.57"
 #endif                         /* _CIFSFS_H */