From: VMware, Inc <> Date: Mon, 28 Sep 2009 20:28:16 +0000 (-0700) Subject: Update Tools version. X-Git-Tag: p4-sync-929606~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ff5da4006b5262c8f9f90eda93c54b0eebc96012;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 1b0a6627b..a864f4209 100644 --- a/open-vm-tools/lib/include/vm_tools_version.h +++ b/open-vm-tools/lib/include/vm_tools_version.h @@ -935,9 +935,16 @@ typedef uint32 ToolsVersion; #define TOOLS_VERSION_FUSION30_RELEASE_V_MNR 2 #define TOOLS_VERSION_FUSION30_RELEASE_V_BASE 3 -#define TOOLS_VERSION_CURRENT TOOLS_VERSION_WS70_RELEASE -#define TOOLS_VERSION_CURRENT_STR TOOLS_VERSION_TO_STR(TOOLS_VERSION_WS70_RELEASE) -#define TOOLS_VERSION_CURRENT_CSV TOOLS_VERSION_TO_CSV(TOOLS_VERSION_WS70_RELEASE) +#ifndef RC_INVOKED +#define TOOLS_VERSION_ESX45_BETA1 TOOLS_VERSION_TO_UINT(TOOLS_VERSION_ESX45_BETA1_V) +#endif /* RC_INVOKED */ +#define TOOLS_VERSION_ESX45_BETA1_V_MJR 8 +#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) /*