From: Steve French Date: Thu, 19 Jan 2023 21:20:21 +0000 (-0600) Subject: update internal module version number for cifs.ko X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=fdbf807215250217c83f1cb715b883cd910102fa;p=linux.git update internal module version number for cifs.ko From 2.41 to 2.42 Signed-off-by: Steve French --- diff --git a/fs/cifs/cifsfs.h b/fs/cifs/cifsfs.h index ea628da503c68..845a0dda58648 100644 --- a/fs/cifs/cifsfs.h +++ b/fs/cifs/cifsfs.h @@ -160,5 +160,5 @@ extern const struct export_operations cifs_export_ops; /* when changing internal version - update following two lines at same time */ #define SMB3_PRODUCT_BUILD 41 -#define CIFS_VERSION "2.41" +#define CIFS_VERSION "2.42" #endif /* _CIFSFS_H */