From 120cb8bbb38a7c3e230a37229a5a92b60c478256 Mon Sep 17 00:00:00 2001 From: Uttam Gupta Date: Thu, 11 Feb 2016 16:50:33 -0800 Subject: [PATCH] Changed open-vm-tools version to 10.0.7 --- open-vm-tools/ChangeLog | 1 + open-vm-tools/LICENSE | 2 +- open-vm-tools/NEWS | 1 + open-vm-tools/lib/include/vm_tools_version.h | 13 ++++++++++--- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/open-vm-tools/ChangeLog b/open-vm-tools/ChangeLog index 5b9a1b530..cac499637 100644 --- a/open-vm-tools/ChangeLog +++ b/open-vm-tools/ChangeLog @@ -1,6 +1,7 @@ open-vm-tools 2016.02.11: * Removed all Makefile.in and it can be regenerated by command "autoreconf -i". * Added namespace command line utility "vmware-namespace-cmd". +* Changed open-vm-tools version to 10.0.7 open-vm-tools-10.0.5 build 3227882 * ae82fa6 [Bug 1526360] fix timestamp check diff --git a/open-vm-tools/LICENSE b/open-vm-tools/LICENSE index 0f288368a..e983aa50a 100644 --- a/open-vm-tools/LICENSE +++ b/open-vm-tools/LICENSE @@ -4,7 +4,7 @@ Open-vm-tools v10.0.7 The Linux kernel modules are released under the GPL v2, a majority of the user level components are released under the LGPL v2.1, and the SVGA and mouse drivers are released under the X11 license. -Copyright © 2007-2015 VMware, Inc. All rights reserved. +Copyright © 2007-2016 VMware, Inc. All rights reserved. ========================================================================= GNU GENERAL PUBLIC LICENSE diff --git a/open-vm-tools/NEWS b/open-vm-tools/NEWS index 3f5a931be..f3eac302b 100644 --- a/open-vm-tools/NEWS +++ b/open-vm-tools/NEWS @@ -1,6 +1,7 @@ open-vm-tools 2016.02.11 changes: * Removed all Makefile.in and it can be regenerated by command "autoreconf -i". * Added namespace command line utility "vmware-namespace-cmd". + * Changed open-vm-tools version to 10.0.7 open-vm-tools 2015.11.10 changes: * [vgauth] fix timestamp check * [libresolutionSet.so] Add an error handler to X11 resolutionSet diff --git a/open-vm-tools/lib/include/vm_tools_version.h b/open-vm-tools/lib/include/vm_tools_version.h index d1781df2b..93f738986 100644 --- a/open-vm-tools/lib/include/vm_tools_version.h +++ b/open-vm-tools/lib/include/vm_tools_version.h @@ -1346,9 +1346,16 @@ 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 -#define TOOLS_VERSION_CURRENT TOOLS_VERSION_TORQUE_WRENCH_UPDATE1 -#define TOOLS_VERSION_CURRENT_STR TOOLS_VERSION_TO_STR(TOOLS_VERSION_TORQUE_WRENCH_UPDATE1) -#define TOOLS_VERSION_CURRENT_CSV TOOLS_VERSION_TO_CSV(TOOLS_VERSION_TORQUE_WRENCH_UPDATE1) +#ifndef RC_INVOKED +#define TOOLS_VERSION_TORQUE_WRENCH_UPDATE3 TOOLS_VERSION_TO_UINT(TOOLS_VERSION_TORQUE_WRENCH_UPDATE3_V) +#endif /* RC_INVOKED */ +#define TOOLS_VERSION_TORQUE_WRENCH_UPDATE3_V_MJR 10 +#define TOOLS_VERSION_TORQUE_WRENCH_UPDATE3_V_MNR 0 +#define TOOLS_VERSION_TORQUE_WRENCH_UPDATE3_V_BASE 7 + +#define TOOLS_VERSION_CURRENT TOOLS_VERSION_TORQUE_WRENCH_UPDATE3 +#define TOOLS_VERSION_CURRENT_STR TOOLS_VERSION_TO_STR(TOOLS_VERSION_TORQUE_WRENCH_UPDATE3) +#define TOOLS_VERSION_CURRENT_CSV TOOLS_VERSION_TO_CSV(TOOLS_VERSION_TORQUE_WRENCH_UPDATE3) /* * The extended Tools version is the current Tools version with the