]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
cifs: update internal module version number
authorSteve French <stfrench@microsoft.com>
Fri, 17 Apr 2026 04:26:08 +0000 (23:26 -0500)
committerSteve French <stfrench@microsoft.com>
Sun, 19 Apr 2026 14:46:50 +0000 (09:46 -0500)
  to 2.60

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

index 7370b38da938b77afc59ba7b743554f11e77a686..c455b15f277821da870eac8866e7cd11946dff6e 100644 (file)
@@ -161,6 +161,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 59
-#define CIFS_VERSION   "2.59"
+#define SMB3_PRODUCT_BUILD 60
+#define CIFS_VERSION   "2.60"
 #endif                         /* _CIFSFS_H */