From: Steve French Date: Wed, 10 Jan 2024 05:42:51 +0000 (-0600) Subject: cifs: update internal module version number for cifs.ko X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=26ba1bf310f0ed43f249a93d0cf8a93675cd8ae8;p=linux.git cifs: update internal module version number for cifs.ko From 2.46 to 2.47 Signed-off-by: Steve French --- diff --git a/fs/smb/client/cifsfs.h b/fs/smb/client/cifsfs.h index 3adea10aa9dad..685f7d1139c67 100644 --- a/fs/smb/client/cifsfs.h +++ b/fs/smb/client/cifsfs.h @@ -152,6 +152,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 46 -#define CIFS_VERSION "2.46" +#define SMB3_PRODUCT_BUILD 47 +#define CIFS_VERSION "2.47" #endif /* _CIFSFS_H */