]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Set the Tools version to 10.3.0
authorOliver Kurth <okurth@vmware.com>
Mon, 23 Oct 2017 21:21:20 +0000 (14:21 -0700)
committerOliver Kurth <okurth@vmware.com>
Mon, 23 Oct 2017 21:21:20 +0000 (14:21 -0700)
open-vm-tools/lib/include/vm_tools_version.h

index 9a38fd8c866e12254af28cb625b844e7596a1703..0e41519cdb781f020df60b141a70204795994aa7 100644 (file)
@@ -1446,11 +1446,18 @@ TOOLS_VERSION_UINT_TO_COMPONENTS(const ToolsVersion toolsVersion,   // IN
 #define   TOOLS_VERSION_SCREW_DRIVER_UPDATE3_V_MNR  1
 #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)
+#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_NEXT TOOLS_VERSION_TO_UINT(TOOLS_VERSION_NEXT_V)
 #endif /* RC_INVOKED */
 #define   TOOLS_VERSION_NEXT_V_MJR  10
-#define   TOOLS_VERSION_NEXT_V_MNR  2
+#define   TOOLS_VERSION_NEXT_V_MNR  3
 #define   TOOLS_VERSION_NEXT_V_BASE 0
 
 #define   TOOLS_VERSION_CURRENT        TOOLS_VERSION_NEXT