From: VMware, Inc <> Date: Tue, 17 Nov 2009 21:41:59 +0000 (-0800) Subject: Update Tools version. X-Git-Tag: 2009.11.16-210370~36 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=36c756e3360f4f4162f16357148cc24ee77ec6ed;p=thirdparty%2Fopen-vm-tools.git Update Tools version. Signed-off-by: Marcelo Vanzin --- diff --git a/open-vm-tools/lib/include/vm_tools_version.h b/open-vm-tools/lib/include/vm_tools_version.h index a864f4209..5222ef1c1 100644 --- a/open-vm-tools/lib/include/vm_tools_version.h +++ b/open-vm-tools/lib/include/vm_tools_version.h @@ -942,9 +942,16 @@ typedef uint32 ToolsVersion; #define TOOLS_VERSION_ESX45_BETA1_V_MNR 3 #define TOOLS_VERSION_ESX45_BETA1_V_BASE 0 -#define TOOLS_VERSION_CURRENT TOOLS_VERSION_ESX45_BETA1 -#define TOOLS_VERSION_CURRENT_STR TOOLS_VERSION_TO_STR(TOOLS_VERSION_ESX45_BETA1) -#define TOOLS_VERSION_CURRENT_CSV TOOLS_VERSION_TO_CSV(TOOLS_VERSION_ESX45_BETA1) +#ifndef RC_INVOKED +#define TOOLS_VERSION_ESX45_RC1 TOOLS_VERSION_TO_UINT(TOOLS_VERSION_ESX45_RC1_V) +#endif /* RC_INVOKED */ +#define TOOLS_VERSION_ESX45_RC1_V_MJR 8 +#define TOOLS_VERSION_ESX45_RC1_V_MNR 3 +#define TOOLS_VERSION_ESX45_RC1_V_BASE 1 + +#define TOOLS_VERSION_CURRENT TOOLS_VERSION_ESX45_RC1 +#define TOOLS_VERSION_CURRENT_STR TOOLS_VERSION_TO_STR(TOOLS_VERSION_ESX45_RC1) +#define TOOLS_VERSION_CURRENT_CSV TOOLS_VERSION_TO_CSV(TOOLS_VERSION_ESX45_RC1) /*