]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Bump up the tools version to 9.3.3 for RC 1.
authorVMware, Inc <>
Wed, 18 Sep 2013 03:13:35 +0000 (20:13 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 23 Sep 2013 05:01:52 +0000 (22:01 -0700)
Signed-off-by: Dmitry Torokhov <dtor@vmware.com>
open-vm-tools/lib/include/vm_tools_version.h

index 41f69ea117853652a28dd44a10dfc50d192451c8..8d810bbc0d5f2dbc214f16fdcaebe9289a267c31 100644 (file)
@@ -1175,6 +1175,13 @@ TOOLS_VERSION_UINT_TO_COMPONENTS(const ToolsVersion toolsVersion,   // IN
 #define   TOOLS_VERSION_OP_BETA2_V_MNR  3
 #define   TOOLS_VERSION_OP_BETA2_V_BASE 2
 
+#ifndef RC_INVOKED
+#define   TOOLS_VERSION_OP_RC1 TOOLS_VERSION_TO_UINT(TOOLS_VERSION_OP_RC1_V)
+#endif /* RC_INVOKED */
+#define   TOOLS_VERSION_OP_RC1_V_MJR  9
+#define   TOOLS_VERSION_OP_RC1_V_MNR  3
+#define   TOOLS_VERSION_OP_RC1_V_BASE 3
+
 #ifndef RC_INVOKED
 #define   TOOLS_VERSION_NEXT TOOLS_VERSION_TO_UINT(TOOLS_VERSION_NEXT_V)
 #endif /* RC_INVOKED */