From: John Wolfe Date: Fri, 9 Jul 2021 03:10:23 +0000 (-0700) Subject: Record the use of VMware Tools version 11.3.5 in vm_tools_version.h X-Git-Tag: stable-12.0.0~154 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1f850a1fa20a911abf9a3d7f2ca7ae6c2a44209;p=thirdparty%2Fopen-vm-tools.git Record the use of VMware Tools version 11.3.5 in vm_tools_version.h Add TOOLS_VERSION_JIGSAW_UPDATE1 for version 11.3.5 in the header file 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 4c1b81e35..879740d64 100644 --- a/open-vm-tools/lib/include/vm_tools_version.h +++ b/open-vm-tools/lib/include/vm_tools_version.h @@ -1680,6 +1680,13 @@ TOOLS_VERSION_UINT_TO_COMPONENTS(const ToolsVersion toolsVersion, // IN #define TOOLS_VERSION_JIGSAW_RELEASE_V_MNR 3 #define TOOLS_VERSION_JIGSAW_RELEASE_V_BASE 0 +#ifndef RC_INVOKED +#define TOOLS_VERSION_JIGSAW_UPDATE1 TOOLS_VERSION_TO_UINT(TOOLS_VERSION_JIGSAW_UPDATE1_V) +#endif /* RC_INVOKED */ +#define TOOLS_VERSION_JIGSAW_UPDATE1_V_MJR 11 +#define TOOLS_VERSION_JIGSAW_UPDATE1_V_MNR 3 +#define TOOLS_VERSION_JIGSAW_UPDATE1_V_BASE 5 + #ifndef RC_INVOKED #define TOOLS_VERSION_NEXT TOOLS_VERSION_TO_UINT(TOOLS_VERSION_NEXT_V) #endif /* RC_INVOKED */