]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Add VMware Tools 10.2.5 to vm_tools_version.h
authorOliver Kurth <okurth@vmware.com>
Wed, 7 Feb 2018 00:32:37 +0000 (16:32 -0800)
committerOliver Kurth <okurth@vmware.com>
Wed, 7 Feb 2018 00:32:37 +0000 (16:32 -0800)
- Add tools version 10.2.5 as the first scheduled tools 10.2.x
  update - TOOLS_VERSION_CHAINSAW_UPDATE1
- Corrected a typo in a macro name in an earlier tools version
  definition.

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

index 0e41519cdb781f020df60b141a70204795994aa7..092f22646def71eb584ba3e2c226957a5cbebaa9 100644 (file)
@@ -1447,12 +1447,19 @@ TOOLS_VERSION_UINT_TO_COMPONENTS(const ToolsVersion toolsVersion,   // IN
 #define   TOOLS_VERSION_SCREW_DRIVER_UPDATE3_V_BASE 15
 
 #ifndef RC_INVOKED
-#define   TOOLS_VERSION_CHAINSAW_RELEASE VERSION_TO_UINT(TOOLS_VERSION_CHAINSAW_RELEASE_V)
+#define   TOOLS_VERSION_CHAINSAW_RELEASE TOOLS_VERSION_TO_UINT(TOOLS_VERSION_CHAINSAW_RELEASE_V)
 #endif /* RC_INVOKED */
 #define   TOOLS_VERSION_CHAINSAW_RELEASE_V_MJR  10
 #define   TOOLS_VERSION_CHAINSAW_RELEASE_V_MNR  2
 #define   TOOLS_VERSION_CHAINSAW_RELEASE_V_BASE 0
 
+#ifndef RC_INVOKED
+#define   TOOLS_VERSION_CHAINSAW_UPDATE1 TOOLS_VERSION_TO_UINT(TOOLS_VERSION_CHAINSAW_UPDATE1_V)
+#endif /* RC_INVOKED */
+#define   TOOLS_VERSION_CHAINSAW_UPDATE1_V_MJR  10
+#define   TOOLS_VERSION_CHAINSAW_UPDATE1_V_MNR  2
+#define   TOOLS_VERSION_CHAINSAW_UPDATE1_V_BASE 5
+
 #ifndef RC_INVOKED
 #define   TOOLS_VERSION_NEXT TOOLS_VERSION_TO_UINT(TOOLS_VERSION_NEXT_V)
 #endif /* RC_INVOKED */