cifs: update internal module version number for cifs.ko
authorSteve French <stfrench@microsoft.com>
Wed, 10 Jan 2024 05:42:51 +0000 (23:42 -0600)
committerSteve French <stfrench@microsoft.com>
Wed, 10 Jan 2024 05:42:51 +0000 (23:42 -0600)
From 2.46 to 2.47

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

index 3adea10aa9dad623ae1c625bd4a111f33f21902f..685f7d1139c67b3088efbd30fdd33f62ee192968 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 46
-#define CIFS_VERSION   "2.46"
+#define SMB3_PRODUCT_BUILD 47
+#define CIFS_VERSION   "2.47"
 #endif                         /* _CIFSFS_H */