cifs: update internal module version number for cifs.ko
authorSteve French <stfrench@microsoft.com>
Thu, 20 Jul 2023 13:32:24 +0000 (08:32 -0500)
committerSteve French <stfrench@microsoft.com>
Tue, 25 Jul 2023 07:10:07 +0000 (02:10 -0500)
From 2.43 to 2.44

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

index 3d294898157f138010a03497bf2ee7394e907c2c..87f86f85a252c938ede035bfadb273487dec721c 100644 (file)
@@ -156,6 +156,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 */