diff options
author | Steve French <stfrench@microsoft.com> | 2024-05-15 18:03:35 +0200 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2024-05-21 18:15:00 +0200 |
commit | 10c623a1956e673a9268493e0dacf373ddb2f9bf (patch) | |
tree | 0e341a3f7d54c156de20a1e88fdc6723e36bbad5 | |
parent | smb3: reenable swapfiles over SMB3 mounts (diff) | |
download | linux-10c623a1956e673a9268493e0dacf373ddb2f9bf.tar.xz linux-10c623a1956e673a9268493e0dacf373ddb2f9bf.zip |
cifs: update internal version number
to 2.49
Signed-off-by: Steve French <stfrench@microsoft.com>
-rw-r--r-- | fs/smb/client/cifsfs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/smb/client/cifsfs.h b/fs/smb/client/cifsfs.h index 87310f05d397..62d5fee3e5eb 100644 --- a/fs/smb/client/cifsfs.h +++ b/fs/smb/client/cifsfs.h @@ -147,6 +147,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 48 -#define CIFS_VERSION "2.48" +#define SMB3_PRODUCT_BUILD 49 +#define CIFS_VERSION "2.49" #endif /* _CIFSFS_H */ |