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>
Thu, 1 Jun 2023 04:45:56 +0000 (23:45 -0500)
From 2.42 to 2.43

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

index ab388293c988d2e690c2e9f00e12947735d1059d..3d294898157f138010a03497bf2ee7394e907c2c 100644 (file)
@@ -156,6 +156,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 */