]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Update vmtools version history for the 10.0.7 update release.
authorOliver Kurth <okurth@vmware.com>
Fri, 15 Sep 2017 18:22:42 +0000 (11:22 -0700)
committerOliver Kurth <okurth@vmware.com>
Fri, 15 Sep 2017 18:22:42 +0000 (11:22 -0700)
open-vm-tools/lib/include/vm_tools_version.h
open-vm-tools/namespacetool/namespacetool.c

index b7140b15ba99fd5f2615479e6ea90196009e722d..bc89c82fe7e14053ef58eb8a693926fcf2579163 100644 (file)
@@ -1360,6 +1360,13 @@ TOOLS_VERSION_UINT_TO_COMPONENTS(const ToolsVersion toolsVersion,   // IN
 #define   TOOLS_VERSION_TORQUE_WRENCH_UPDATE2_V_MNR  0
 #define   TOOLS_VERSION_TORQUE_WRENCH_UPDATE2_V_BASE 6
 
+#ifndef RC_INVOKED
+#define   TOOLS_VERSION_TORQUE_WRENCH_UPDATE3  TOOLS_VERSION_TO_UINT(TOOLS_VERSION_TORQUE_WRENCH_UPDATE3_V)
+#endif /* RC_INVOKED */
+#define   TOOLS_VERSION_TORQUE_WRENCH_UPDATE3_V_MJR  10
+#define   TOOLS_VERSION_TORQUE_WRENCH_UPDATE3_V_MNR  0
+#define   TOOLS_VERSION_TORQUE_WRENCH_UPDATE3_V_BASE 7
+
 #ifndef RC_INVOKED
 #define   TOOLS_VERSION_NEXT TOOLS_VERSION_TO_UINT(TOOLS_VERSION_NEXT_V)
 #endif /* RC_INVOKED */
index 2c0a1030b65e9cb849d1735c031c500dedf39eb7..ef405015494ca1cba03dc5758588177eaa5ee169 100644 (file)
@@ -1,5 +1,5 @@
 /*********************************************************
- * Copyright (C) 2015 VMware, Inc. All rights reserved.
+ * Copyright (C) 2016 VMware, Inc. All rights reserved.
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as published