Skip to content

Commit

Permalink
Changed open-vm-tools version to 10.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Uttam Gupta committed Feb 12, 2016
1 parent df1031d commit 120cb8b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
1 change: 1 addition & 0 deletions open-vm-tools/ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion open-vm-tools/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions open-vm-tools/NEWS
Original file line number Diff line number Diff line change
@@ -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
Expand Down
13 changes: 10 additions & 3 deletions open-vm-tools/lib/include/vm_tools_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 120cb8b

Please sign in to comment.