summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVMware, Inc <>2013-09-17 20:34:28 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2013-09-22 22:24:38 -0700
commit074d772ec4b0f2afcba169c2b6da3ed5a2baeb2f (patch)
tree2b5adfdd41e3a9735e456379eaa3ebcf26e2852e
parentd8fe065a8fb1e13ebb2ed980b8460d2d6c4c2ce9 (diff)
Bump up tools version to 9.6.0 for WS 10 RTM.
Signed-off-by: Dmitry Torokhov <dtor@vmware.com>
-rw-r--r--open-vm-tools/lib/include/vm_tools_version.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/open-vm-tools/lib/include/vm_tools_version.h b/open-vm-tools/lib/include/vm_tools_version.h
index 467da160..fa2c812e 100644
--- a/open-vm-tools/lib/include/vm_tools_version.h
+++ b/open-vm-tools/lib/include/vm_tools_version.h
@@ -1204,6 +1204,13 @@ TOOLS_VERSION_UINT_TO_COMPONENTS(const ToolsVersion toolsVersion, // IN
#define TOOLS_VERSION_HOSTED13_RC_V_BASE 2
#ifndef RC_INVOKED
+#define TOOLS_VERSION_HOSTED13_RELEASE TOOLS_VERSION_TO_UINT(TOOLS_VERSION_HOSTED13_RELEASE_V)
+#endif /* RC_INVOKED */
+#define TOOLS_VERSION_HOSTED13_RELEASE_V_MJR 9
+#define TOOLS_VERSION_HOSTED13_RELEASE_V_MNR 6
+#define TOOLS_VERSION_HOSTED13_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 9