summaryrefslogtreecommitdiff
path: root/fs/smb/client/cifsfs.h
diff options
context:
space:
mode:
authorSteve French <stfrench@microsoft.com>2024-02-26 04:33:50 +0300
committerSteve French <stfrench@microsoft.com>2024-03-11 03:52:42 +0300
commit3681fe1b0fee42da3d763fdb0aae62ea032aab86 (patch)
treede27088c8ba66bfa2be2470884fe7560a483c766 /fs/smb/client/cifsfs.h
parent24337b60e88219816f84d633369299660e8e8cce (diff)
downloadlinux-3681fe1b0fee42da3d763fdb0aae62ea032aab86.tar.xz
cifs: update internal module version number for cifs.ko
From 2.47 to 2.48 Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'fs/smb/client/cifsfs.h')
-rw-r--r--fs/smb/client/cifsfs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/smb/client/cifsfs.h b/fs/smb/client/cifsfs.h
index 685f7d1139c6..ca55d01117c8 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 47
-#define CIFS_VERSION "2.47"
+#define SMB3_PRODUCT_BUILD 48
+#define CIFS_VERSION "2.48"
#endif /* _CIFSFS_H */