]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Record the use of tools version 12.0.5.
authorJohn Wolfe <jwolfe@vmware.com>
Wed, 23 Mar 2022 19:04:31 +0000 (12:04 -0700)
committerJohn Wolfe <jwolfe@vmware.com>
Wed, 23 Mar 2022 19:04:31 +0000 (12:04 -0700)
open-vm-tools/lib/include/vm_tools_version.h

index 10549861ff8932e2dd62808fd3766382da3136ed..e888795dbb7538f8d1db710eaadb22551e10cf28 100644 (file)
@@ -1694,6 +1694,13 @@ TOOLS_VERSION_UINT_TO_COMPONENTS(const ToolsVersion toolsVersion,   // IN
 #define   TOOLS_VERSION_SABRE_SAW_RELEASE_V_MNR  0
 #define   TOOLS_VERSION_SABRE_SAW_RELEASE_V_BASE 0
 
+#ifndef RC_INVOKED
+#define   TOOLS_VERSION_SABRE_SAW_UPDATE1 TOOLS_VERSION_TO_UINT(TOOLS_VERSION_SABRE_SAW_UPDATE1_V)
+#endif /* RC_INVOKED */
+#define   TOOLS_VERSION_SABRE_SAW_UPDATE1_V_MJR  12
+#define   TOOLS_VERSION_SABRE_SAW_UPDATE1_V_MNR  0
+#define   TOOLS_VERSION_SABRE_SAW_UPDATE1_V_BASE 5
+
 #ifndef RC_INVOKED
 #define   TOOLS_VERSION_NEXT TOOLS_VERSION_TO_UINT(TOOLS_VERSION_NEXT_V)
 #endif /* RC_INVOKED */