From: John Wolfe Date: Thu, 4 Feb 2021 17:57:03 +0000 (-0800) Subject: Add tools version 10.3.24 to list of tools versions. X-Git-Tag: stable-11.3.0~166 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ab1a9303926a9c50ec099bd9ed2778d02ed7fdf;p=thirdparty%2Fopen-vm-tools.git Add tools version 10.3.24 to list of tools versions. Document use of 10.3.24 for the next possible release of VMware Tools (tartools) or OSPS for older releases of Linux. --- diff --git a/open-vm-tools/lib/include/vm_tools_version.h b/open-vm-tools/lib/include/vm_tools_version.h index ca5380179..aef4f6875 100644 --- a/open-vm-tools/lib/include/vm_tools_version.h +++ b/open-vm-tools/lib/include/vm_tools_version.h @@ -1,5 +1,5 @@ /********************************************************* - * Copyright (C) 1998-2020 VMware, Inc. All rights reserved. + * Copyright (C) 1998-2021 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 @@ -1582,6 +1582,13 @@ TOOLS_VERSION_UINT_TO_COMPONENTS(const ToolsVersion toolsVersion, // IN #define TOOLS_VERSION_JACKHAMMER_PATCH10_V_MNR 3 #define TOOLS_VERSION_JACKHAMMER_PATCH10_V_BASE 23 +#ifndef RC_INVOKED +#define TOOLS_VERSION_JACKHAMMER_PATCH11 TOOLS_VERSION_TO_UINT(TOOLS_VERSION_JACKHAMMER_PATCH11_V) +#endif /* RC_INVOKED */ +#define TOOLS_VERSION_JACKHAMMER_PATCH11_V_MJR 10 +#define TOOLS_VERSION_JACKHAMMER_PATCH11_V_MNR 3 +#define TOOLS_VERSION_JACKHAMMER_PATCH11_V_BASE 24 + #ifndef RC_INVOKED #define TOOLS_VERSION_SLEDGEHAMMER_RELEASE TOOLS_VERSION_TO_UINT(TOOLS_VERSION_SLEDGEHAMMER_RELEASE_V) #endif /* RC_INVOKED */