cifs: update internal module version number for cifs.ko
authorSteve French <stfrench@microsoft.com>
Thu, 20 Jul 2023 13:30:32 +0000 (08:30 -0500)
committerSteve French <stfrench@microsoft.com>
Sat, 22 Jul 2023 19:43:13 +0000 (14:43 -0500)
From 2.43 to 2.44

Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/client/cifsfs.h

index d7274ee..15c8cc4 100644 (file)
@@ -159,6 +159,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 43
-#define CIFS_VERSION   "2.43"
+#define SMB3_PRODUCT_BUILD 44
+#define CIFS_VERSION   "2.44"
 #endif                         /* _CIFSFS_H */