cifs: update internal module version number for cifs.ko
authorSteve French <stfrench@microsoft.com>
Sun, 28 Jan 2024 22:45:33 +0000 (16:45 -0600)
committerSteve French <stfrench@microsoft.com>
Sun, 28 Jan 2024 22:45:33 +0000 (16:45 -0600)
From 2.46 to 2.47

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

index 83bb98e36683f2d945400e1929a56f45c6f5fe97..67432d0304ff6d1de9ae8d3794638a8db72bbbcb 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 46
-#define CIFS_VERSION   "2.46"
+#define SMB3_PRODUCT_BUILD 47
+#define CIFS_VERSION   "2.47"
 #endif                         /* _CIFSFS_H */