]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Bump up tools version to 9.6.0 for WS 10 RTM.
authorVMware, Inc <>
Wed, 18 Sep 2013 03:34:28 +0000 (20:34 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 23 Sep 2013 05:24:38 +0000 (22:24 -0700)
Signed-off-by: Dmitry Torokhov <dtor@vmware.com>
open-vm-tools/lib/include/vm_tools_version.h

index 467da160bdcdeefb3476f731fcfcc58384095fb0..fa2c812eedd1b1f9e220696e673054ebd3a90f27 100644 (file)
@@ -1203,6 +1203,13 @@ TOOLS_VERSION_UINT_TO_COMPONENTS(const ToolsVersion toolsVersion,   // IN
 #define   TOOLS_VERSION_HOSTED13_RC_V_MNR  5
 #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 */