From: Steve French Date: Sat, 9 Aug 2025 14:17:46 +0000 (-0500) Subject: cifs: update internal version number X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=e3f776d30a56286aaf882b96c92e797b7587a6ab;p=users%2Fjedix%2Flinux-maple.git cifs: update internal version number to 2.56 Signed-off-by: Steve French --- diff --git a/fs/smb/client/cifsfs.h b/fs/smb/client/cifsfs.h index 487f39cff77e..3ce7c614ccc0 100644 --- a/fs/smb/client/cifsfs.h +++ b/fs/smb/client/cifsfs.h @@ -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 */