diff options
| author | Steve French <stfrench@microsoft.com> | 2025-08-09 09:17:46 -0500 |
|---|---|---|
| committer | Steve French <stfrench@microsoft.com> | 2025-08-13 11:36:20 -0500 |
| commit | e3f776d30a56286aaf882b96c92e797b7587a6ab (patch) | |
| tree | 61bda30312699f7dd1c4c6c4e7f015449f5f6988 | |
| parent | 8c48e1c7520321cc87ff651e96093e2f412785fb (diff) | |
cifs: update internal version number
to 2.56
Signed-off-by: Steve French <stfrench@microsoft.com>
| -rw-r--r-- | fs/smb/client/cifsfs.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 */ |
