From: Oliver Kurth Date: Tue, 18 Dec 2018 21:19:46 +0000 (-0800) Subject: Bump tools version to 11.0.0. X-Git-Tag: stable-11.0.0~296 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8494c194dc620ca455f0a6dd723160310283cc1;p=thirdparty%2Fopen-vm-tools.git Bump tools version to 11.0.0. The next VMWare Tools product release is to be version 11.0.0. Switching the version of tools from the current development version 10.4.0 to 11.0.0. --- diff --git a/open-vm-tools/lib/include/vm_tools_version.h b/open-vm-tools/lib/include/vm_tools_version.h index baece78e3..bac92a974 100644 --- a/open-vm-tools/lib/include/vm_tools_version.h +++ b/open-vm-tools/lib/include/vm_tools_version.h @@ -1506,8 +1506,8 @@ TOOLS_VERSION_UINT_TO_COMPONENTS(const ToolsVersion toolsVersion, // IN #ifndef RC_INVOKED #define TOOLS_VERSION_NEXT TOOLS_VERSION_TO_UINT(TOOLS_VERSION_NEXT_V) #endif /* RC_INVOKED */ -#define TOOLS_VERSION_NEXT_V_MJR 10 -#define TOOLS_VERSION_NEXT_V_MNR 4 +#define TOOLS_VERSION_NEXT_V_MJR 11 +#define TOOLS_VERSION_NEXT_V_MNR 0 #define TOOLS_VERSION_NEXT_V_BASE 0 #define TOOLS_VERSION_CURRENT TOOLS_VERSION_NEXT