]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
cifs: update internal module version number
authorSteve French <stfrench@microsoft.com>
Fri, 19 Jun 2026 02:23:06 +0000 (21:23 -0500)
committerSteve French <stfrench@microsoft.com>
Thu, 2 Jul 2026 01:19:21 +0000 (20:19 -0500)
   to 2.60

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

index 901e1340c986fb6092d48f8368c3c53bc0a73a3b..854e672a4e37a5993a7fc7b6d1a1fdb17d1c326c 100644 (file)
@@ -166,6 +166,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 60
-#define CIFS_VERSION   "2.60"
+#define SMB3_PRODUCT_BUILD 61
+#define CIFS_VERSION   "2.61"
 #endif                         /* _CIFSFS_H */