diff options
author | Steve French <stfrench@microsoft.com> | 2023-04-23 08:19:28 +0200 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2023-04-29 05:50:42 +0200 |
commit | 9be11a69315e26363a4de8930bc50d0901a96775 (patch) | |
tree | 59de034b1b413bbc132b1ccc63cd3f2fac4eabc2 /fs/cifs/cifsfs.h | |
parent | smb3: move some common open context structs to smbfs_common (diff) | |
download | linux-9be11a69315e26363a4de8930bc50d0901a96775.tar.xz linux-9be11a69315e26363a4de8930bc50d0901a96775.zip |
cifs: update internal module version number for cifs.ko
From 2.42 to 2.43
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'fs/cifs/cifsfs.h')
-rw-r--r-- | fs/cifs/cifsfs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/cifs/cifsfs.h b/fs/cifs/cifsfs.h index 415176b2cf32..74cd6fafb33e 100644 --- a/fs/cifs/cifsfs.h +++ b/fs/cifs/cifsfs.h @@ -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 */ |