update internal module version number for cifs.ko
authorSteve French <stfrench@microsoft.com>
Thu, 19 Jan 2023 21:20:21 +0000 (15:20 -0600)
committerSteve French <stfrench@microsoft.com>
Tue, 21 Feb 2023 07:25:44 +0000 (01:25 -0600)
From 2.41 to 2.42

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

index ea628da503c68f98e697a37f179f225cce2b23ac..845a0dda58648e9b43067b5ef8641562199bf016 100644 (file)
@@ -160,5 +160,5 @@ extern const struct export_operations cifs_export_ops;
 
 /* when changing internal version - update following two lines at same time */
 #define SMB3_PRODUCT_BUILD 41
-#define CIFS_VERSION   "2.41"
+#define CIFS_VERSION   "2.42"
 #endif                         /* _CIFSFS_H */