From: Katy Feng Date: Fri, 24 Mar 2023 20:29:28 +0000 (-0700) Subject: Record the GA release of VMware Tools 12.2.0. X-Git-Tag: stable-12.3.0~93 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c30e8e66dcc41fd6e869c3a87d712ab29a90df8a;p=thirdparty%2Fopen-vm-tools.git Record the GA release of VMware Tools 12.2.0. Adding the "_RELEASE" suffix to the tools 12.2.0 tagname in 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 39e5ba611..a4e534a06 100644 --- a/open-vm-tools/lib/include/vm_tools_version.h +++ b/open-vm-tools/lib/include/vm_tools_version.h @@ -1737,11 +1737,11 @@ TOOLS_VERSION_UINT_TO_COMPONENTS(const ToolsVersion toolsVersion, // IN #define TOOLS_VERSION_MITER_SAW_UPDATE1_V_BASE 5 #ifndef RC_INVOKED -#define TOOLS_VERSION_BANDSAW TOOLS_VERSION_TO_UINT(TOOLS_VERSION_BANDSAW_V) +#define TOOLS_VERSION_BANDSAW_RELEASE TOOLS_VERSION_TO_UINT(TOOLS_VERSION_BANDSAW_RELEASE_V) #endif /* RC_INVOKED */ -#define TOOLS_VERSION_BANDSAW_V_MJR 12 -#define TOOLS_VERSION_BANDSAW_V_MNR 2 -#define TOOLS_VERSION_BANDSAW_V_BASE 0 +#define TOOLS_VERSION_BANDSAW_RELEASE_V_MJR 12 +#define TOOLS_VERSION_BANDSAW_RELEASE_V_MNR 2 +#define TOOLS_VERSION_BANDSAW_RELEASE_V_BASE 0 #ifndef RC_INVOKED #define TOOLS_VERSION_NEXT TOOLS_VERSION_TO_UINT(TOOLS_VERSION_NEXT_V)