From: John Wolfe Date: Thu, 10 Nov 2022 20:01:14 +0000 (-0800) Subject: Prepare tools builds on vmtools-prod-cpd for the 12.1.5 update release. X-Git-Tag: stable-12.1.5~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db9cb277841ddd56e2665fd29e3ee8c6f37fe233;p=thirdparty%2Fopen-vm-tools.git Prepare tools builds on vmtools-prod-cpd for the 12.1.5 update release. - Bump the tools version to 12.1.5. --- diff --git a/open-vm-tools/lib/include/vm_tools_version.h b/open-vm-tools/lib/include/vm_tools_version.h index 2435d4bc4..4af0e08a5 100644 --- a/open-vm-tools/lib/include/vm_tools_version.h +++ b/open-vm-tools/lib/include/vm_tools_version.h @@ -1709,15 +1709,22 @@ TOOLS_VERSION_UINT_TO_COMPONENTS(const ToolsVersion toolsVersion, // IN #define TOOLS_VERSION_SABRE_SAW_UPDATE1_V_BASE 5 #ifndef RC_INVOKED -#define TOOLS_VERSION_NEXT TOOLS_VERSION_TO_UINT(TOOLS_VERSION_NEXT_V) +#define TOOLS_VERSION_MITER_SAW_RELEASE TOOLS_VERSION_TO_UINT(TOOLS_VERSION_MITER_SAW_RELEASE_V) #endif /* RC_INVOKED */ -#define TOOLS_VERSION_NEXT_V_MJR 12 -#define TOOLS_VERSION_NEXT_V_MNR 1 -#define TOOLS_VERSION_NEXT_V_BASE 0 +#define TOOLS_VERSION_MITER_SAW_RELEASE_V_MJR 12 +#define TOOLS_VERSION_MITER_SAW_RELEASE_V_MNR 1 +#define TOOLS_VERSION_MITER_SAW_RELEASE_V_BASE 0 -#define TOOLS_VERSION_CURRENT TOOLS_VERSION_NEXT -#define TOOLS_VERSION_CURRENT_STR TOOLS_VERSION_TO_STR(TOOLS_VERSION_NEXT) -#define TOOLS_VERSION_CURRENT_CSV TOOLS_VERSION_TO_CSV(TOOLS_VERSION_NEXT) +#ifndef RC_INVOKED +#define TOOLS_VERSION_MITER_SAW_UPDATE1 TOOLS_VERSION_TO_UINT(TOOLS_VERSION_MITER_SAW_UPDATE1_V) +#endif /* RC_INVOKED */ +#define TOOLS_VERSION_MITER_SAW_UPDATE1_V_MJR 12 +#define TOOLS_VERSION_MITER_SAW_UPDATE1_V_MNR 1 +#define TOOLS_VERSION_MITER_SAW_UPDATE1_V_BASE 5 + +#define TOOLS_VERSION_CURRENT TOOLS_VERSION_MITER_SAW_UPDATE1 +#define TOOLS_VERSION_CURRENT_STR TOOLS_VERSION_TO_STR(TOOLS_VERSION_MITER_SAW_UPDATE1) +#define TOOLS_VERSION_CURRENT_CSV TOOLS_VERSION_TO_CSV(TOOLS_VERSION_MITER_SAW_UPDATE1) /* * The extended Tools version is the current Tools version with the