From: VMware, Inc <> Date: Wed, 26 Dec 2012 21:25:05 +0000 (-0800) Subject: Bump up the tools version for OP beta 1. X-Git-Tag: 2012.12.26-958366~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d50b646fa84749161ac6e7bb957d92514162bdd;p=thirdparty%2Fopen-vm-tools.git Bump up the tools version for OP beta 1. Its time to bump up the tools version for OP Beta. Bumped up the tools version in vm_tools_version.h file. In the past, we have done this process for every milestone in the ESX Release cycle. Current plan: - Tools Version for OP Beta 1 : 9.3.1 - Tools Version for OP RC 1 : 9.3.2 - Tools Version for OP RTM : 9.4.0 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 3826d6cd0..d3aa2faf7 100644 --- a/open-vm-tools/lib/include/vm_tools_version.h +++ b/open-vm-tools/lib/include/vm_tools_version.h @@ -1153,11 +1153,18 @@ TOOLS_VERSION_UINT_TO_COMPONENTS(const ToolsVersion toolsVersion, // IN #define TOOLS_VERSION_HOSTED12_UPDATE2_V_MNR 2 #define TOOLS_VERSION_HOSTED12_UPDATE2_V_BASE 2 +#ifndef RC_INVOKED +#define TOOLS_VERSION_OP_BETA1 TOOLS_VERSION_TO_UINT(TOOLS_VERSION_OP_BETA1_V) +#endif /* RC_INVOKED */ +#define TOOLS_VERSION_OP_BETA1_V_MJR 9 +#define TOOLS_VERSION_OP_BETA1_V_MNR 3 +#define TOOLS_VERSION_OP_BETA1_V_BASE 1 + #ifndef RC_INVOKED #define TOOLS_VERSION_NEXT TOOLS_VERSION_TO_UINT(TOOLS_VERSION_NEXT_V) #endif /* RC_INVOKED */ #define TOOLS_VERSION_NEXT_V_MJR 9 -#define TOOLS_VERSION_NEXT_V_MNR 3 +#define TOOLS_VERSION_NEXT_V_MNR 5 #define TOOLS_VERSION_NEXT_V_BASE 0 #define TOOLS_VERSION_CURRENT TOOLS_VERSION_NEXT