diff options
author | Steve French <stfrench@microsoft.com> | 2025-01-27 17:45:57 -0600 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2025-01-31 12:51:44 -0600 |
commit | 2008d8c7121a9eee0ef8ea121581269886535150 (patch) | |
tree | 8f0751dab1552afe0e19da39ade307e524d848db | |
parent | 4e2043be5c149cb07d806c438a8ec8657741bd31 (diff) |
cifs: update internal version number
To 2.53
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 a762dbbbd959..831fee962c4d 100644 --- a/fs/smb/client/cifsfs.h +++ b/fs/smb/client/cifsfs.h @@ -146,6 +146,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 52 -#define CIFS_VERSION "2.52" +#define SMB3_PRODUCT_BUILD 53 +#define CIFS_VERSION "2.53" #endif /* _CIFSFS_H */ |