diff options
author | Steve French <stfrench@microsoft.com> | 2022-04-01 17:50:59 -0500 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2022-04-04 22:40:14 -0500 |
commit | 7cd1cc415dd8d0dca7244c9eafb9a0adc8036805 (patch) | |
tree | 4cf59fc813d2475c46cffbc29b5801e4242ca0f7 /fs/cifs/cifsfs.h | |
parent | fb39d30e227233498c8debe6a9fe3e7cf575c85f (diff) |
cifs: update internal module number
To 2.36
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'fs/cifs/cifsfs.h')
-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 15a5c5db038b..c0542bdcd06b 100644 --- a/fs/cifs/cifsfs.h +++ b/fs/cifs/cifsfs.h @@ -153,5 +153,5 @@ extern const struct export_operations cifs_export_ops; #endif /* CONFIG_CIFS_NFSD_EXPORT */ #define SMB3_PRODUCT_BUILD 35 -#define CIFS_VERSION "2.35" +#define CIFS_VERSION "2.36" #endif /* _CIFSFS_H */ |