]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Record the use of VMware Tools version 11.3.5 in vm_tools_version.h
authorJohn Wolfe <jwolfe@vmware.com>
Fri, 9 Jul 2021 03:10:23 +0000 (20:10 -0700)
committerJohn Wolfe <jwolfe@vmware.com>
Fri, 9 Jul 2021 03:10:23 +0000 (20:10 -0700)
Add TOOLS_VERSION_JIGSAW_UPDATE1 for version 11.3.5 in the header
file lib/include/vm_tools_version.h

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

index 4c1b81e35529cf2a641426fdcca4f3eb07a13d4f..879740d640e494892bc5dacae7d5178293707d1e 100644 (file)
@@ -1680,6 +1680,13 @@ TOOLS_VERSION_UINT_TO_COMPONENTS(const ToolsVersion toolsVersion,   // IN
 #define   TOOLS_VERSION_JIGSAW_RELEASE_V_MNR  3
 #define   TOOLS_VERSION_JIGSAW_RELEASE_V_BASE 0
 
+#ifndef RC_INVOKED
+#define   TOOLS_VERSION_JIGSAW_UPDATE1 TOOLS_VERSION_TO_UINT(TOOLS_VERSION_JIGSAW_UPDATE1_V)
+#endif /* RC_INVOKED */
+#define   TOOLS_VERSION_JIGSAW_UPDATE1_V_MJR  11
+#define   TOOLS_VERSION_JIGSAW_UPDATE1_V_MNR  3
+#define   TOOLS_VERSION_JIGSAW_UPDATE1_V_BASE 5
+
 #ifndef RC_INVOKED
 #define   TOOLS_VERSION_NEXT TOOLS_VERSION_TO_UINT(TOOLS_VERSION_NEXT_V)
 #endif /* RC_INVOKED */