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>
Sun, 28 Apr 2024 06:24:35 +0000 (01:24 -0500)
From 2.46 to 2.47

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

index 32ccc4d43df65489aea0d640540d37f9bbb59efd..4b3aaa04e7cb787a3f9fa3f0e0d4614120fff26b 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 */