]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Bump the VMware Tools version to 12.4.0 in the "devel" branch.
authorKaty Feng <fkaty@vmware.com>
Thu, 5 Oct 2023 17:35:25 +0000 (10:35 -0700)
committerKaty Feng <fkaty@vmware.com>
Thu, 5 Oct 2023 17:35:25 +0000 (10:35 -0700)
Setting the development VMware Tools version to 12.4.0.
Adding the tag "HEDGE_TRIMMER" to the 12.3.0 version.

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

index 6f4ae37ef105028854f53c3f613a2491fa05a4e3..aa9bef5cf90e6a78e23723712985c28e6cc0e635 100644 (file)
@@ -1750,11 +1750,18 @@ TOOLS_VERSION_UINT_TO_COMPONENTS(const ToolsVersion toolsVersion,   // IN
 #define   TOOLS_VERSION_BANDSAW_UPDATE1_V_MNR  2
 #define   TOOLS_VERSION_BANDSAW_UPDATE1_V_BASE 5
 
+#ifndef RC_INVOKED
+#define   TOOLS_VERSION_HEDGE_TRIMMER TOOLS_VERSION_TO_UINT(TOOLS_VERSION_HEDGE_TRIMMER_V)
+#endif /* RC_INVOKED */
+#define   TOOLS_VERSION_HEDGE_TRIMMER_V_MJR  12
+#define   TOOLS_VERSION_HEDGE_TRIMMER_V_MNR  3
+#define   TOOLS_VERSION_HEDGE_TRIMMER_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  3
+#define   TOOLS_VERSION_NEXT_V_MNR  4
 #define   TOOLS_VERSION_NEXT_V_BASE 0
 
 #define   TOOLS_VERSION_CURRENT        TOOLS_VERSION_NEXT