From: VMware, Inc <> Date: Thu, 2 Aug 2012 06:52:26 +0000 (-0700) Subject: Bump up the tools version for WS 9.0 Release X-Git-Tag: 2012.10.14-874563~60 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=96e1fa409db8ca89b320a9de3144d7cfdc014101;p=thirdparty%2Fopen-vm-tools.git Bump up the tools version for WS 9.0 Release This is the final tools change for WS 9.0 Release. Bump up the tools version to 9.2.0 for WS 9.0 Release. 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 6cc235aa9..e39fa7585 100644 --- a/open-vm-tools/lib/include/vm_tools_version.h +++ b/open-vm-tools/lib/include/vm_tools_version.h @@ -1117,6 +1117,13 @@ TOOLS_VERSION_UINT_TO_COMPONENTS(const ToolsVersion toolsVersion, // IN #define TOOLS_VERSION_HOSTED12_RC_V_MNR 1 #define TOOLS_VERSION_HOSTED12_RC_V_BASE 2 +#ifndef RC_INVOKED +#define TOOLS_VERSION_HOSTED12_RELEASE TOOLS_VERSION_TO_UINT(TOOLS_VERSION_HOSTED12_RELEASE_V) +#endif /* RC_INVOKED */ +#define TOOLS_VERSION_HOSTED12_RELEASE_V_MJR 9 +#define TOOLS_VERSION_HOSTED12_RELEASE_V_MNR 2 +#define TOOLS_VERSION_HOSTED12_RELEASE_V_BASE 0 + #ifndef RC_INVOKED #define TOOLS_VERSION_NEXT TOOLS_VERSION_TO_UINT(TOOLS_VERSION_NEXT_V) #endif /* RC_INVOKED */