aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve French <stfrench@microsoft.com>2023-01-19 15:20:21 -0600
committerSteve French <stfrench@microsoft.com>2023-02-21 01:25:44 -0600
commitfdbf807215250217c83f1cb715b883cd910102fa (patch)
tree5dca7247c394653a86fa5bcfee30342318fd9803
parente77978de4765229e09c8fabcf4f8419ff367317f (diff)
downloadlinux-fdbf807215250217c83f1cb715b883cd910102fa.tar.gz
update internal module version number for cifs.ko
From 2.41 to 2.42 Signed-off-by: Steve French <stfrench@microsoft.com>
-rw-r--r--fs/cifs/cifsfs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifsfs.h b/fs/cifs/cifsfs.h
index ea628da503c68f..845a0dda58648e 100644
--- a/fs/cifs/cifsfs.h
+++ b/fs/cifs/cifsfs.h
@@ -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 */