From: Oliver Kurth Date: Fri, 15 Sep 2017 18:22:42 +0000 (-0700) Subject: Update vmtools version history for the 10.0.6 update release. X-Git-Tag: stable-10.2.0~720 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6d79bbad4cc9d240435eef81976c47cd87c73d46;p=thirdparty%2Fopen-vm-tools.git Update vmtools version history for the 10.0.6 update release. --- diff --git a/open-vm-tools/lib/include/vm_tools_version.h b/open-vm-tools/lib/include/vm_tools_version.h index 9640c0bc4..b7140b15b 100644 --- a/open-vm-tools/lib/include/vm_tools_version.h +++ b/open-vm-tools/lib/include/vm_tools_version.h @@ -1353,6 +1353,13 @@ TOOLS_VERSION_UINT_TO_COMPONENTS(const ToolsVersion toolsVersion, // IN #define TOOLS_VERSION_TORQUE_WRENCH_UPDATE1_V_MNR 0 #define TOOLS_VERSION_TORQUE_WRENCH_UPDATE1_V_BASE 5 +#ifndef RC_INVOKED +#define TOOLS_VERSION_TORQUE_WRENCH_UPDATE2 TOOLS_VERSION_TO_UINT(TOOLS_VERSION_TORQUE_WRENCH_UPDATE2_V) +#endif /* RC_INVOKED */ +#define TOOLS_VERSION_TORQUE_WRENCH_UPDATE2_V_MJR 10 +#define TOOLS_VERSION_TORQUE_WRENCH_UPDATE2_V_MNR 0 +#define TOOLS_VERSION_TORQUE_WRENCH_UPDATE2_V_BASE 6 + #ifndef RC_INVOKED #define TOOLS_VERSION_NEXT TOOLS_VERSION_TO_UINT(TOOLS_VERSION_NEXT_V) #endif /* RC_INVOKED */