From: VMware, Inc <> Date: Mon, 21 Nov 2011 23:20:10 +0000 (-0800) Subject: Changes in shared code that don't affect open-vm-tools functionality. X-Git-Tag: 2011.11.20-535097~46 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dce31ec75e17fbc6b3ee2727761a9b3dddc91b80;p=thirdparty%2Fopen-vm-tools.git Changes in shared code that don't affect open-vm-tools functionality. 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 860cb9dff..dc72ae2f3 100644 --- a/open-vm-tools/lib/include/vm_tools_version.h +++ b/open-vm-tools/lib/include/vm_tools_version.h @@ -1066,6 +1066,13 @@ TOOLS_VERSION_UINT_TO_COMPONENTS(const ToolsVersion toolsVersion, // IN #define TOOLS_VERSION_HOSTED11_RELEASE_V_MNR 8 #define TOOLS_VERSION_HOSTED11_RELEASE_V_BASE 0 +#ifndef RC_INVOKED +#define TOOLS_VERSION_MNNEXT_BETA1 TOOLS_VERSION_TO_UINT(TOOLS_VERSION_MNNEXT_BETA1_V) +#endif /* RC_INVOKED */ +#define TOOLS_VERSION_MNNEXT_BETA1_V_MJR 8 +#define TOOLS_VERSION_MNNEXT_BETA1_V_MNR 9 +#define TOOLS_VERSION_MNNEXT_BETA1_V_BASE 1 + #ifndef RC_INVOKED #define TOOLS_VERSION_NEXT TOOLS_VERSION_TO_UINT(TOOLS_VERSION_NEXT_V) #endif /* RC_INVOKED */