Skip to content

Commit 120cb8b

Browse files
author
Uttam Gupta
committed
Changed open-vm-tools version to 10.0.7
1 parent df1031d commit 120cb8b

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

open-vm-tools/ChangeLog

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
open-vm-tools 2016.02.11:
22
* Removed all Makefile.in and it can be regenerated by command "autoreconf -i".
33
* Added namespace command line utility "vmware-namespace-cmd".
4+
* Changed open-vm-tools version to 10.0.7
45

56
open-vm-tools-10.0.5 build 3227882
67
* ae82fa6 [Bug 1526360] fix timestamp check

open-vm-tools/LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Open-vm-tools v10.0.7
44

55
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.
66

7-
Copyright � 2007-2015 VMware, Inc. All rights reserved.
7+
Copyright � 2007-2016 VMware, Inc. All rights reserved.
88

99
=========================================================================
1010
GNU GENERAL PUBLIC LICENSE

open-vm-tools/NEWS

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
open-vm-tools 2016.02.11 changes:
22
* Removed all Makefile.in and it can be regenerated by command "autoreconf -i".
33
* Added namespace command line utility "vmware-namespace-cmd".
4+
* Changed open-vm-tools version to 10.0.7
45
open-vm-tools 2015.11.10 changes:
56
* [vgauth] fix timestamp check
67
* [libresolutionSet.so] Add an error handler to X11 resolutionSet

open-vm-tools/lib/include/vm_tools_version.h

+10-3
Original file line numberDiff line numberDiff line change
@@ -1346,9 +1346,16 @@ TOOLS_VERSION_UINT_TO_COMPONENTS(const ToolsVersion toolsVersion, // IN
13461346
#define TOOLS_VERSION_TORQUE_WRENCH_UPDATE1_V_MNR 0
13471347
#define TOOLS_VERSION_TORQUE_WRENCH_UPDATE1_V_BASE 5
13481348

1349-
#define TOOLS_VERSION_CURRENT TOOLS_VERSION_TORQUE_WRENCH_UPDATE1
1350-
#define TOOLS_VERSION_CURRENT_STR TOOLS_VERSION_TO_STR(TOOLS_VERSION_TORQUE_WRENCH_UPDATE1)
1351-
#define TOOLS_VERSION_CURRENT_CSV TOOLS_VERSION_TO_CSV(TOOLS_VERSION_TORQUE_WRENCH_UPDATE1)
1349+
#ifndef RC_INVOKED
1350+
#define TOOLS_VERSION_TORQUE_WRENCH_UPDATE3 TOOLS_VERSION_TO_UINT(TOOLS_VERSION_TORQUE_WRENCH_UPDATE3_V)
1351+
#endif /* RC_INVOKED */
1352+
#define TOOLS_VERSION_TORQUE_WRENCH_UPDATE3_V_MJR 10
1353+
#define TOOLS_VERSION_TORQUE_WRENCH_UPDATE3_V_MNR 0
1354+
#define TOOLS_VERSION_TORQUE_WRENCH_UPDATE3_V_BASE 7
1355+
1356+
#define TOOLS_VERSION_CURRENT TOOLS_VERSION_TORQUE_WRENCH_UPDATE3
1357+
#define TOOLS_VERSION_CURRENT_STR TOOLS_VERSION_TO_STR(TOOLS_VERSION_TORQUE_WRENCH_UPDATE3)
1358+
#define TOOLS_VERSION_CURRENT_CSV TOOLS_VERSION_TO_CSV(TOOLS_VERSION_TORQUE_WRENCH_UPDATE3)
13521359

13531360
/*
13541361
* The extended Tools version is the current Tools version with the

0 commit comments

Comments
 (0)