From: VMware, Inc <> Date: Wed, 18 Sep 2013 03:34:28 +0000 (-0700) Subject: Bump up tools version to 9.6.0 for WS 10 RTM. X-Git-Tag: 2013.09.16-1328054~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=074d772ec4b0f2afcba169c2b6da3ed5a2baeb2f;p=thirdparty%2Fopen-vm-tools.git Bump up tools version to 9.6.0 for WS 10 RTM. 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 467da160b..fa2c812ee 100644 --- a/open-vm-tools/lib/include/vm_tools_version.h +++ b/open-vm-tools/lib/include/vm_tools_version.h @@ -1203,6 +1203,13 @@ TOOLS_VERSION_UINT_TO_COMPONENTS(const ToolsVersion toolsVersion, // IN #define TOOLS_VERSION_HOSTED13_RC_V_MNR 5 #define TOOLS_VERSION_HOSTED13_RC_V_BASE 2 +#ifndef RC_INVOKED +#define TOOLS_VERSION_HOSTED13_RELEASE TOOLS_VERSION_TO_UINT(TOOLS_VERSION_HOSTED13_RELEASE_V) +#endif /* RC_INVOKED */ +#define TOOLS_VERSION_HOSTED13_RELEASE_V_MJR 9 +#define TOOLS_VERSION_HOSTED13_RELEASE_V_MNR 6 +#define TOOLS_VERSION_HOSTED13_RELEASE_V_BASE 0 + #ifndef RC_INVOKED #define TOOLS_VERSION_NEXT TOOLS_VERSION_TO_UINT(TOOLS_VERSION_NEXT_V) #endif /* RC_INVOKED */