From: Steve French Date: Fri, 19 Jun 2026 02:23:06 +0000 (-0500) Subject: cifs: update internal module version number X-Git-Tag: v7.2-rc2~13^2~1 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=1b7a6da1d617876fbccd98da9bf1c2368e4f9424;p=thirdparty%2Fkernel%2Fstable.git cifs: update internal module version number to 2.60 Signed-off-by: Steve French --- 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 */