]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Record the usage of VMware Tools version 12.2.5 in vm_tools_version.h
authorKaty Feng <fkaty@vmware.com>
Fri, 24 Mar 2023 20:29:28 +0000 (13:29 -0700)
committerKaty Feng <fkaty@vmware.com>
Fri, 24 Mar 2023 20:29:28 +0000 (13:29 -0700)
Adding tools TOOLS_VERSION_BANDSAW_UPDATE1 for 12.2.5 into the
vm_tools_version.h header file.

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

index a4e534a06ecea2742955d9dbf284d34a38260063..6f4ae37ef105028854f53c3f613a2491fa05a4e3 100644 (file)
@@ -1743,6 +1743,13 @@ TOOLS_VERSION_UINT_TO_COMPONENTS(const ToolsVersion toolsVersion,   // IN
 #define   TOOLS_VERSION_BANDSAW_RELEASE_V_MNR  2
 #define   TOOLS_VERSION_BANDSAW_RELEASE_V_BASE 0
 
+#ifndef RC_INVOKED
+#define   TOOLS_VERSION_BANDSAW_UPDATE1 TOOLS_VERSION_TO_UINT(TOOLS_VERSION_BANDSAW_UPDATE1_V)
+#endif /* RC_INVOKED */
+#define   TOOLS_VERSION_BANDSAW_UPDATE1_V_MJR  12
+#define   TOOLS_VERSION_BANDSAW_UPDATE1_V_MNR  2
+#define   TOOLS_VERSION_BANDSAW_UPDATE1_V_BASE 5
+
 #ifndef RC_INVOKED
 #define   TOOLS_VERSION_NEXT TOOLS_VERSION_TO_UINT(TOOLS_VERSION_NEXT_V)
 #endif /* RC_INVOKED */