cifs: update internal module version number for cifs.ko 6.9-rc-smb3-client-fixes-part1
authorSteve French <stfrench@microsoft.com>
Mon, 26 Feb 2024 01:33:50 +0000 (19:33 -0600)
committerSteve French <stfrench@microsoft.com>
Mon, 11 Mar 2024 00:52:42 +0000 (19:52 -0500)
From 2.47 to 2.48

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

index 685f7d1139c67b3088efbd30fdd33f62ee192968..ca55d01117c8d349f078b51ddfccd5d6f8c2bd05 100644 (file)
@@ -152,6 +152,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 47
-#define CIFS_VERSION   "2.47"
+#define SMB3_PRODUCT_BUILD 48
+#define CIFS_VERSION   "2.48"
 #endif                         /* _CIFSFS_H */