]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
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>
Tue, 16 Dec 2025 23:43:02 +0000 (17:43 -0600)
   to 2.58

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

index e9534258d1efd0bb34f36bf2c725c64d0a8ca8f4..75d372ceb65539f34dc7607623896c9cc21dca34 100644 (file)
@@ -145,6 +145,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 57
-#define CIFS_VERSION   "2.57"
+#define SMB3_PRODUCT_BUILD 58
+#define CIFS_VERSION   "2.58"
 #endif                         /* _CIFSFS_H */