diff options
| author | Steve French <stfrench@microsoft.com> | 2026-06-18 21:23:06 -0500 |
|---|---|---|
| committer | Steve French <stfrench@microsoft.com> | 2026-07-01 20:19:21 -0500 |
| commit | 1b7a6da1d617876fbccd98da9bf1c2368e4f9424 (patch) | |
| tree | 1861589f92615d79548d3ea481781af59ab75ccf | |
| parent | b86467cd2691192ad4809a5a6e922fc24b8e9839 (diff) | |
| download | linux-2.6-1b7a6da1d617876fbccd98da9bf1c2368e4f9424.tar.gz linux-2.6-1b7a6da1d617876fbccd98da9bf1c2368e4f9424.zip | |
cifs: update internal module version number
to 2.60
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 901e1340c986..854e672a4e37 100644 --- a/fs/smb/client/cifsfs.h +++ b/fs/smb/client/cifsfs.h @@ -166,6 +166,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 60 -#define CIFS_VERSION "2.60" +#define SMB3_PRODUCT_BUILD 61 +#define CIFS_VERSION "2.61" #endif /* _CIFSFS_H */ |
