From: VMware, Inc <> Date: Mon, 15 Oct 2012 04:57:46 +0000 (-0700) Subject: Bump up tools version for next hosted release X-Git-Tag: 2012.10.14-874563~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=44dd179d2420862dc3b24d4cbad7ed84fc348daa;p=thirdparty%2Fopen-vm-tools.git Bump up tools version for next hosted release The new tools version for hosted products is 9.2.2 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 b7d046aa7..1d97e48f2 100644 --- a/open-vm-tools/lib/include/vm_tools_version.h +++ b/open-vm-tools/lib/include/vm_tools_version.h @@ -1146,6 +1146,14 @@ TOOLS_VERSION_UINT_TO_COMPONENTS(const ToolsVersion toolsVersion, // IN #define TOOLS_VERSION_HOSTED12_UPDATE1_V_MNR 2 #define TOOLS_VERSION_HOSTED12_UPDATE1_V_BASE 1 +/* Workstation 9.0.1, Fusion 5.0.2 (hosted12-pd-rel) */ +#ifndef RC_INVOKED +#define TOOLS_VERSION_HOSTED12_UPDATE2 TOOLS_VERSION_TO_UINT(TOOLS_VERSION_HOSTED12_UPDATE2_V) +#endif /* RC_INVOKED */ +#define TOOLS_VERSION_HOSTED12_UPDATE2_V_MJR 9 +#define TOOLS_VERSION_HOSTED12_UPDATE2_V_MNR 2 +#define TOOLS_VERSION_HOSTED12_UPDATE2_V_BASE 2 + #ifndef RC_INVOKED #define TOOLS_VERSION_NEXT TOOLS_VERSION_TO_UINT(TOOLS_VERSION_NEXT_V) #endif /* RC_INVOKED */