From: John Wolfe Date: Thu, 8 Sep 2022 21:51:39 +0000 (-0700) Subject: Record the use of VMware Tools version 12.0.6 for an express patch. X-Git-Tag: stable-12.2.0~116 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=366096f02bbaa95e057ed89a5de5c05a1168d23c;p=thirdparty%2Fopen-vm-tools.git Record the use of VMware Tools version 12.0.6 for an express patch. Adding the use of version 12.0.6 to lib/include/vm_tools_version.h. --- diff --git a/open-vm-tools/lib/include/vm_tools_version.h b/open-vm-tools/lib/include/vm_tools_version.h index 2435d4bc4..23c88c071 100644 --- a/open-vm-tools/lib/include/vm_tools_version.h +++ b/open-vm-tools/lib/include/vm_tools_version.h @@ -1708,6 +1708,13 @@ TOOLS_VERSION_UINT_TO_COMPONENTS(const ToolsVersion toolsVersion, // IN #define TOOLS_VERSION_SABRE_SAW_UPDATE1_V_MNR 0 #define TOOLS_VERSION_SABRE_SAW_UPDATE1_V_BASE 5 +#ifndef RC_INVOKED +#define TOOLS_VERSION_SABRE_SAW_PATCH1 TOOLS_VERSION_TO_UINT(TOOLS_VERSION_SABRE_SAW_PATCH1_V) +#endif /* RC_INVOKED */ +#define TOOLS_VERSION_SABRE_SAW_PATCH1_V_MJR 12 +#define TOOLS_VERSION_SABRE_SAW_PATCH1_V_MNR 0 +#define TOOLS_VERSION_SABRE_SAW_PATCH1_V_BASE 6 + #ifndef RC_INVOKED #define TOOLS_VERSION_NEXT TOOLS_VERSION_TO_UINT(TOOLS_VERSION_NEXT_V) #endif /* RC_INVOKED */