From: Kruti Date: Mon, 18 Mar 2024 18:03:48 +0000 (-0700) Subject: Bump the VMware Tools version to 12.5.0 on "devel" branch. X-Git-Tag: stable-12.5.0~128 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0eeef953ab3034bfd7034b5db7c064c9b287b791;p=thirdparty%2Fopen-vm-tools.git Bump the VMware Tools version to 12.5.0 on "devel" branch. Ear-marked "SOCKET_WRENCH" as the tools tag for the 12.4.x series of releases. --- diff --git a/open-vm-tools/lib/include/vm_tools_version.h b/open-vm-tools/lib/include/vm_tools_version.h index 2aa9462fd..a77f92297 100644 --- a/open-vm-tools/lib/include/vm_tools_version.h +++ b/open-vm-tools/lib/include/vm_tools_version.h @@ -1,5 +1,6 @@ /********************************************************* - * Copyright (c) 1998-2023 VMware, Inc. All rights reserved. + * Copyright (c) 1998-2024 Broadcom. All rights reserved. + * The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries. * * 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 @@ -1771,11 +1772,18 @@ TOOLS_VERSION_UINT_TO_COMPONENTS(const ToolsVersion toolsVersion, // IN #define TOOLS_VERSION_HEDGE_TRIMMER_UPDATE1_V_MNR 3 #define TOOLS_VERSION_HEDGE_TRIMMER_UPDATE1_V_BASE 5 +#ifndef RC_INVOKED +#define TOOLS_VERSION_SOCKET_WRENCH_RELEASE TOOLS_VERSION_TO_UINT(TOOLS_VERSION_SOCKET_WRENCH_RELEASE_V) +#endif /* RC_INVOKED */ +#define TOOLS_VERSION_SOCKET_WRENCH_RELEASE_V_MJR 12 +#define TOOLS_VERSION_SOCKET_WRENCH_RELEASE_V_MNR 4 +#define TOOLS_VERSION_SOCKET_WRENCH_RELEASE_V_BASE 0 + #ifndef RC_INVOKED #define TOOLS_VERSION_NEXT TOOLS_VERSION_TO_UINT(TOOLS_VERSION_NEXT_V) #endif /* RC_INVOKED */ #define TOOLS_VERSION_NEXT_V_MJR 12 -#define TOOLS_VERSION_NEXT_V_MNR 4 +#define TOOLS_VERSION_NEXT_V_MNR 5 #define TOOLS_VERSION_NEXT_V_BASE 0 #define TOOLS_VERSION_CURRENT TOOLS_VERSION_NEXT