From: Katy Feng Date: Thu, 5 Oct 2023 17:35:25 +0000 (-0700) Subject: Bump the VMware Tools version to 12.4.0 in the "devel" branch. X-Git-Tag: stable-12.4.0~109 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f1d2a0231db89c035b1dcd8a6266ea8ae49c9c4;p=thirdparty%2Fopen-vm-tools.git Bump the VMware Tools version to 12.4.0 in the "devel" branch. Setting the development VMware Tools version to 12.4.0. Adding the tag "HEDGE_TRIMMER" to the 12.3.0 version. --- diff --git a/open-vm-tools/lib/include/vm_tools_version.h b/open-vm-tools/lib/include/vm_tools_version.h index 6f4ae37ef..aa9bef5cf 100644 --- a/open-vm-tools/lib/include/vm_tools_version.h +++ b/open-vm-tools/lib/include/vm_tools_version.h @@ -1750,11 +1750,18 @@ TOOLS_VERSION_UINT_TO_COMPONENTS(const ToolsVersion toolsVersion, // IN #define TOOLS_VERSION_BANDSAW_UPDATE1_V_MNR 2 #define TOOLS_VERSION_BANDSAW_UPDATE1_V_BASE 5 +#ifndef RC_INVOKED +#define TOOLS_VERSION_HEDGE_TRIMMER TOOLS_VERSION_TO_UINT(TOOLS_VERSION_HEDGE_TRIMMER_V) +#endif /* RC_INVOKED */ +#define TOOLS_VERSION_HEDGE_TRIMMER_V_MJR 12 +#define TOOLS_VERSION_HEDGE_TRIMMER_V_MNR 3 +#define TOOLS_VERSION_HEDGE_TRIMMER_V_BASE 0 + #ifndef RC_INVOKED #define TOOLS_VERSION_NEXT TOOLS_VERSION_TO_UINT(TOOLS_VERSION_NEXT_V) #endif /* RC_INVOKED */ #define TOOLS_VERSION_NEXT_V_MJR 12 -#define TOOLS_VERSION_NEXT_V_MNR 3 +#define TOOLS_VERSION_NEXT_V_MNR 4 #define TOOLS_VERSION_NEXT_V_BASE 0 #define TOOLS_VERSION_CURRENT TOOLS_VERSION_NEXT