aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorSteve French <stfrench@microsoft.com>2025-01-27 17:45:57 -0600
committerSteve French <stfrench@microsoft.com>2025-01-31 12:51:44 -0600
commit2008d8c7121a9eee0ef8ea121581269886535150 (patch)
tree8f0751dab1552afe0e19da39ade307e524d848db
parentcifs: Add support for creating WSL-style symlinks (diff)
downloadwireguard-linux-2008d8c7121a9eee0ef8ea121581269886535150.tar.xz
wireguard-linux-2008d8c7121a9eee0ef8ea121581269886535150.zip
cifs: update internal version number
To 2.53 Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to '')
-rw-r--r--fs/smb/client/cifsfs.h4
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 */