Skip to content

Commit fd2bd7c

Browse files
author
Steve French
committed
cifs: update internal module version number for cifs.ko
From 2.45 to 2.46 Signed-off-by: Steve French <[email protected]>
1 parent ee1d217 commit fd2bd7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fs/smb/client/cifsfs.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,6 @@ extern const struct export_operations cifs_export_ops;
152152
#endif /* CONFIG_CIFS_NFSD_EXPORT */
153153

154154
/* when changing internal version - update following two lines at same time */
155-
#define SMB3_PRODUCT_BUILD 45
156-
#define CIFS_VERSION "2.45"
155+
#define SMB3_PRODUCT_BUILD 46
156+
#define CIFS_VERSION "2.46"
157157
#endif /* _CIFSFS_H */

0 commit comments

Comments
 (0)