From: Oliver Kurth Date: Fri, 15 Sep 2017 18:22:42 +0000 (-0700) Subject: Update vmtools version history for the 10.0.7 update release. X-Git-Tag: stable-10.2.0~719 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e2586abb3ddd050f994e1cfd8c9409ff22d0a4c4;p=thirdparty%2Fopen-vm-tools.git Update vmtools version history for the 10.0.7 update release. --- diff --git a/open-vm-tools/lib/include/vm_tools_version.h b/open-vm-tools/lib/include/vm_tools_version.h index b7140b15b..bc89c82fe 100644 --- a/open-vm-tools/lib/include/vm_tools_version.h +++ b/open-vm-tools/lib/include/vm_tools_version.h @@ -1360,6 +1360,13 @@ TOOLS_VERSION_UINT_TO_COMPONENTS(const ToolsVersion toolsVersion, // IN #define TOOLS_VERSION_TORQUE_WRENCH_UPDATE2_V_MNR 0 #define TOOLS_VERSION_TORQUE_WRENCH_UPDATE2_V_BASE 6 +#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 + #ifndef RC_INVOKED #define TOOLS_VERSION_NEXT TOOLS_VERSION_TO_UINT(TOOLS_VERSION_NEXT_V) #endif /* RC_INVOKED */ diff --git a/open-vm-tools/namespacetool/namespacetool.c b/open-vm-tools/namespacetool/namespacetool.c index 2c0a1030b..ef4050154 100644 --- a/open-vm-tools/namespacetool/namespacetool.c +++ b/open-vm-tools/namespacetool/namespacetool.c @@ -1,5 +1,5 @@ /********************************************************* - * Copyright (C) 2015 VMware, Inc. All rights reserved. + * Copyright (C) 2016 VMware, Inc. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published