The last darwin.iso for MacOS guests was at version 12.1.0. A
subsequent security issues was fixed in VMware Tools patch 12.1.1
(only darwin.iso).
Adding use of that version number as TOOLS_VERSION_MITER_SAW_PATCH1
in lib/include/vm_tools_version.h.
#define TOOLS_VERSION_MITER_SAW_RELEASE_V_MNR 1
#define TOOLS_VERSION_MITER_SAW_RELEASE_V_BASE 0
+#ifndef RC_INVOKED
+#define TOOLS_VERSION_MITER_SAW_PATCH1 TOOLS_VERSION_TO_UINT(TOOLS_VERSION_MITER_SAW_PATCH1_V)
+#endif /* RC_INVOKED */
+#define TOOLS_VERSION_MITER_SAW_PATCH1_V_MJR 12
+#define TOOLS_VERSION_MITER_SAW_PATCH1_V_MNR 1
+#define TOOLS_VERSION_MITER_SAW_PATCH1_V_BASE 1
+
#ifndef RC_INVOKED
#define TOOLS_VERSION_MITER_SAW_UPDATE1 TOOLS_VERSION_TO_UINT(TOOLS_VERSION_MITER_SAW_UPDATE1_V)
#endif /* RC_INVOKED */
/*********************************************************
- * Copyright (c) 2020-2021,2023-2024 Broadcom. All rights reserved.
+ * Copyright (c) 2020-2021,2023-2024 Broadcom. All Rights Reserved.
* The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
*
* This program is free software; you can redistribute it and/or modify it