From: John Wolfe Date: Mon, 4 Apr 2022 19:58:41 +0000 (-0700) Subject: Record use of tools version 10.3.25. X-Git-Tag: stable-12.1.0~106 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70509b63b728b65adfeb62afa40488782cc7f5f1;p=thirdparty%2Fopen-vm-tools.git Record use of tools version 10.3.25. Adding version 10.3.25 to the list of releases or planned releases of VMware Tools. --- diff --git a/open-vm-tools/lib/include/vm_tools_version.h b/open-vm-tools/lib/include/vm_tools_version.h index e888795db..2435d4bc4 100644 --- a/open-vm-tools/lib/include/vm_tools_version.h +++ b/open-vm-tools/lib/include/vm_tools_version.h @@ -1589,6 +1589,13 @@ TOOLS_VERSION_UINT_TO_COMPONENTS(const ToolsVersion toolsVersion, // IN #define TOOLS_VERSION_JACKHAMMER_PATCH11_V_MNR 3 #define TOOLS_VERSION_JACKHAMMER_PATCH11_V_BASE 24 +#ifndef RC_INVOKED +#define TOOLS_VERSION_JACKHAMMER_PATCH12 TOOLS_VERSION_TO_UINT(TOOLS_VERSION_JACKHAMMER_PATCH12_V) +#endif /* RC_INVOKED */ +#define TOOLS_VERSION_JACKHAMMER_PATCH12_V_MJR 10 +#define TOOLS_VERSION_JACKHAMMER_PATCH12_V_MNR 3 +#define TOOLS_VERSION_JACKHAMMER_PATCH12_V_BASE 25 + #ifndef RC_INVOKED #define TOOLS_VERSION_SLEDGEHAMMER_RELEASE TOOLS_VERSION_TO_UINT(TOOLS_VERSION_SLEDGEHAMMER_RELEASE_V) #endif /* RC_INVOKED */