cifs: update internal module version number for cifs.ko
authorSteve French <stfrench@microsoft.com>
Fri, 26 Jan 2024 06:06:42 +0000 (00:06 -0600)
committerSteve French <stfrench@microsoft.com>
Sat, 27 Jan 2024 06:17:57 +0000 (00:17 -0600)
From 2.45 to 2.46

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

index 9effbbf0132b93e04b6a5f3ad642f8d4b08bcf01..83bb98e36683f2d945400e1929a56f45c6f5fe97 100644 (file)
@@ -149,6 +149,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 45
-#define CIFS_VERSION   "2.45"
+#define SMB3_PRODUCT_BUILD 46
+#define CIFS_VERSION   "2.46"
 #endif                         /* _CIFSFS_H */