From: John Wolfe Date: Thu, 12 Aug 2021 19:46:05 +0000 (-0700) Subject: Update VMware Tools version to 12.0.0. X-Git-Tag: stable-12.0.0~129 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c31dbfc3df970bd6f4e0ad297f8d79e105a2690;p=thirdparty%2Fopen-vm-tools.git Update VMware Tools version to 12.0.0. The next major VMware Tools / open-vm-tools will be version 12.0.0. --- diff --git a/open-vm-tools/lib/include/vm_tools_version.h b/open-vm-tools/lib/include/vm_tools_version.h index 879740d64..86ad244ee 100644 --- a/open-vm-tools/lib/include/vm_tools_version.h +++ b/open-vm-tools/lib/include/vm_tools_version.h @@ -1690,8 +1690,8 @@ TOOLS_VERSION_UINT_TO_COMPONENTS(const ToolsVersion toolsVersion, // IN #ifndef RC_INVOKED #define TOOLS_VERSION_NEXT TOOLS_VERSION_TO_UINT(TOOLS_VERSION_NEXT_V) #endif /* RC_INVOKED */ -#define TOOLS_VERSION_NEXT_V_MJR 11 -#define TOOLS_VERSION_NEXT_V_MNR 4 +#define TOOLS_VERSION_NEXT_V_MJR 12 +#define TOOLS_VERSION_NEXT_V_MNR 0 #define TOOLS_VERSION_NEXT_V_BASE 0 #define TOOLS_VERSION_CURRENT TOOLS_VERSION_NEXT