cifs: update internal module version number for cifs.ko
authorSteve French <stfrench@microsoft.com>
Sun, 23 Apr 2023 06:19:28 +0000 (01:19 -0500)
committerSteve French <stfrench@microsoft.com>
Sat, 29 Apr 2023 03:50:42 +0000 (22:50 -0500)
From 2.42 to 2.43

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

index 415176b..74cd6fa 100644 (file)
@@ -162,6 +162,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 41
-#define CIFS_VERSION   "2.42"
+#define SMB3_PRODUCT_BUILD 43
+#define CIFS_VERSION   "2.43"
 #endif                         /* _CIFSFS_H */