diff options
author | Steve French <stfrench@microsoft.com> | 2023-01-20 00:20:21 +0300 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2023-02-21 10:25:44 +0300 |
commit | fdbf807215250217c83f1cb715b883cd910102fa (patch) | |
tree | 5dca7247c394653a86fa5bcfee30342318fd9803 /fs | |
parent | e77978de4765229e09c8fabcf4f8419ff367317f (diff) | |
download | linux-fdbf807215250217c83f1cb715b883cd910102fa.tar.xz |
update internal module version number for cifs.ko
From 2.41 to 2.42
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/cifs/cifsfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifsfs.h b/fs/cifs/cifsfs.h index ea628da503c6..845a0dda5864 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 */ |