Skip to content

Commit 9be11a6

Browse files
committed
cifs: update internal module version number for cifs.ko
From 2.42 to 2.43 Signed-off-by: Steve French <[email protected]>
1 parent 2fe187d commit 9be11a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fs/cifs/cifsfs.h

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

164164
/* when changing internal version - update following two lines at same time */
165-
#define SMB3_PRODUCT_BUILD 41
166-
#define CIFS_VERSION "2.42"
165+
#define SMB3_PRODUCT_BUILD 43
166+
#define CIFS_VERSION "2.43"
167167
#endif /* _CIFSFS_H */

0 commit comments

Comments
 (0)