From: VMware, Inc <> Date: Wed, 18 Sep 2013 03:13:35 +0000 (-0700) Subject: Bump up the tools version to 9.3.3 for RC 1. X-Git-Tag: 2013.09.16-1328054~117 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6068b80208fe0e7b11bd506524cea5e2d73022cb;p=thirdparty%2Fopen-vm-tools.git Bump up the tools version to 9.3.3 for RC 1. Signed-off-by: Dmitry Torokhov --- diff --git a/open-vm-tools/lib/include/vm_tools_version.h b/open-vm-tools/lib/include/vm_tools_version.h index 41f69ea11..8d810bbc0 100644 --- a/open-vm-tools/lib/include/vm_tools_version.h +++ b/open-vm-tools/lib/include/vm_tools_version.h @@ -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 */