From: Oliver Kurth Date: Thu, 19 Jan 2017 01:28:20 +0000 (-0800) Subject: Bump the VMware Tools update release to version 10.1.5 X-Git-Tag: stable-10.1.5~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe61d8bbc9373e0a4be1e5583fb69cb238e4e1f4;p=thirdparty%2Fopen-vm-tools.git Bump the VMware Tools update release to version 10.1.5 Change the "current" version for the VMware Tools update release to be 10.1.5. This bump is to allow versions numbers for hot patches which have been or may yet be issued before the update is GA. --- diff --git a/open-vm-tools/lib/include/vm_tools_version.h b/open-vm-tools/lib/include/vm_tools_version.h index b5ee4ee6b..3bda7ee6a 100644 --- a/open-vm-tools/lib/include/vm_tools_version.h +++ b/open-vm-tools/lib/include/vm_tools_version.h @@ -1400,7 +1400,7 @@ TOOLS_VERSION_UINT_TO_COMPONENTS(const ToolsVersion toolsVersion, // IN #endif /* RC_INVOKED */ #define TOOLS_VERSION_SCREW_DRIVER_UPDATE1_V_MJR 10 #define TOOLS_VERSION_SCREW_DRIVER_UPDATE1_V_MNR 1 -#define TOOLS_VERSION_SCREW_DRIVER_UPDATE1_V_BASE 1 +#define TOOLS_VERSION_SCREW_DRIVER_UPDATE1_V_BASE 5 #define TOOLS_VERSION_CURRENT TOOLS_VERSION_SCREW_DRIVER_UPDATE1 #define TOOLS_VERSION_CURRENT_STR TOOLS_VERSION_TO_STR(TOOLS_VERSION_SCREW_DRIVER_UPDATE1)