]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Bump up tools version to 9.7.0.
authorVMware, Inc <>
Wed, 18 Sep 2013 03:19:21 +0000 (20:19 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 23 Sep 2013 05:06:56 +0000 (22:06 -0700)
Signed-off-by: Dmitry Torokhov <dtor@vmware.com>
open-vm-tools/lib/include/vm_tools_version.h

index 8d810bbc0d5f2dbc214f16fdcaebe9289a267c31..f60e9130a0a83b042e3495bdba513bc6ed6c7c7b 100644 (file)
@@ -1182,11 +1182,25 @@ TOOLS_VERSION_UINT_TO_COMPONENTS(const ToolsVersion toolsVersion,   // IN
 #define   TOOLS_VERSION_OP_RC1_V_MNR  3
 #define   TOOLS_VERSION_OP_RC1_V_BASE 3
 
+#ifndef RC_INVOKED
+#define   TOOLS_VERSION_HOSTED13_TECHPREVIEW1 TOOLS_VERSION_TO_UINT(TOOLS_VERSION_HOSTED13_TECHPREVIEW1_V)
+#endif /* RC_INVOKED */
+#define   TOOLS_VERSION_HOSTED13_TECHPREVIEW1_V_MJR  9
+#define   TOOLS_VERSION_HOSTED13_TECHPREVIEW1_V_MNR  5
+#define   TOOLS_VERSION_HOSTED13_TECHPREVIEW1_V_BASE 1
+
+#ifndef RC_INVOKED
+#define   TOOLS_VERSION_HOSTED13_RC TOOLS_VERSION_TO_UINT(TOOLS_VERSION_HOSTED13_RC_V)
+#endif /* RC_INVOKED */
+#define   TOOLS_VERSION_HOSTED13_RC_V_MJR  9
+#define   TOOLS_VERSION_HOSTED13_RC_V_MNR  5
+#define   TOOLS_VERSION_HOSTED13_RC_V_BASE 2
+
 #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
-#define   TOOLS_VERSION_NEXT_V_MNR  5
+#define   TOOLS_VERSION_NEXT_V_MNR  7
 #define   TOOLS_VERSION_NEXT_V_BASE 0
 
 #define   TOOLS_VERSION_CURRENT        TOOLS_VERSION_NEXT