cifs: update internal version number
authorSteve French <stfrench@microsoft.com>
Fri, 26 Jul 2024 23:44:16 +0000 (18:44 -0500)
committerSteve French <stfrench@microsoft.com>
Wed, 25 Sep 2024 02:54:06 +0000 (21:54 -0500)
To 2.51

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

index 61ded59..71b720d 100644 (file)
@@ -146,6 +146,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 50
-#define CIFS_VERSION   "2.50"
+#define SMB3_PRODUCT_BUILD 51
+#define CIFS_VERSION   "2.51"
 #endif                         /* _CIFSFS_H */