cifs: update internal module version number
authorSteve French <stfrench@microsoft.com>
Sat, 13 Dec 2025 18:48:49 +0000 (12:48 -0600)
committerSteve French <stfrench@microsoft.com>
Sat, 14 Feb 2026 05:03:41 +0000 (23:03 -0600)
   to 2.59

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

index 121821e..e320d39 100644 (file)
@@ -147,6 +147,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 58
-#define CIFS_VERSION   "2.58"
+#define SMB3_PRODUCT_BUILD 59
+#define CIFS_VERSION   "2.59"
 #endif                         /* _CIFSFS_H */