From: Oliver Kurth Date: Fri, 7 Sep 2018 22:53:26 +0000 (-0700) Subject: Update the tools version to 10.3.5 X-Git-Tag: stable-10.3.5~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b01aefe3ee960c6035863bcf4fd7e2ff654b99b;p=thirdparty%2Fopen-vm-tools.git Update the tools version to 10.3.5 Set the tools version in vm_tools_version.h to be TOOLS_VERSION_JACKHAMMER_UPDATE1 = 10.3.5. --- diff --git a/open-vm-tools/lib/include/vm_tools_version.h b/open-vm-tools/lib/include/vm_tools_version.h index cbdc9bc5a..56e56e945 100644 --- a/open-vm-tools/lib/include/vm_tools_version.h +++ b/open-vm-tools/lib/include/vm_tools_version.h @@ -1481,9 +1481,16 @@ TOOLS_VERSION_UINT_TO_COMPONENTS(const ToolsVersion toolsVersion, // IN #define TOOLS_VERSION_JACKHAMMER_RELEASE_V_MNR 3 #define TOOLS_VERSION_JACKHAMMER_RELEASE_V_BASE 0 -#define TOOLS_VERSION_CURRENT TOOLS_VERSION_JACKHAMMER_RELEASE -#define TOOLS_VERSION_CURRENT_STR TOOLS_VERSION_TO_STR(TOOLS_VERSION_JACKHAMMER_RELEASE) -#define TOOLS_VERSION_CURRENT_CSV TOOLS_VERSION_TO_CSV(TOOLS_VERSION_JACKHAMMER_RELEASE) +#ifndef RC_INVOKED +#define TOOLS_VERSION_JACKHAMMER_UPDATE1 TOOLS_VERSION_TO_UINT(TOOLS_VERSION_JACKHAMMER_UPDATE1_V) +#endif /* RC_INVOKED */ +#define TOOLS_VERSION_JACKHAMMER_UPDATE1_V_MJR 10 +#define TOOLS_VERSION_JACKHAMMER_UPDATE1_V_MNR 3 +#define TOOLS_VERSION_JACKHAMMER_UPDATE1_V_BASE 5 + +#define TOOLS_VERSION_CURRENT TOOLS_VERSION_JACKHAMMER_UPDATE1 +#define TOOLS_VERSION_CURRENT_STR TOOLS_VERSION_TO_STR(TOOLS_VERSION_JACKHAMMER_UPDATE1) +#define TOOLS_VERSION_CURRENT_CSV TOOLS_VERSION_TO_CSV(TOOLS_VERSION_JACKHAMMER_UPDATE1) /* * The extended Tools version is the current Tools version with the