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 901e134..854e672 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 */