]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Bump the VMware Tools version to 12.5.0 on "devel" branch.
authorKruti <kpendharkar@vmware.com>
Mon, 18 Mar 2024 18:03:48 +0000 (11:03 -0700)
committerKruti <kpendharkar@vmware.com>
Mon, 18 Mar 2024 18:03:48 +0000 (11:03 -0700)
Ear-marked "SOCKET_WRENCH" as the tools tag for the 12.4.x series of
releases.

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

index 2aa9462fdbacefa7dcb97f6140ca443e56ee26e1..a77f92297d770aa4141cb508c76e65ee3e9568f4 100644 (file)
@@ -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