From: Oliver Kurth Date: Wed, 1 Apr 2020 18:31:36 +0000 (-0700) Subject: Updating the tools version on the devel branch to 11.2.0. X-Git-Tag: stable-11.2.0~273 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af4db666735d0af28ba013c63b92fef743bec125;p=thirdparty%2Fopen-vm-tools.git Updating the tools version on the devel branch to 11.2.0. --- diff --git a/open-vm-tools/lib/include/vm_tools_version.h b/open-vm-tools/lib/include/vm_tools_version.h index 830551e77..62f458bc3 100644 --- a/open-vm-tools/lib/include/vm_tools_version.h +++ b/open-vm-tools/lib/include/vm_tools_version.h @@ -1,5 +1,5 @@ /********************************************************* - * Copyright (C) 1998-2019 VMware, Inc. All rights reserved. + * Copyright (C) 1998-2020 VMware, Inc. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published @@ -1588,11 +1588,18 @@ TOOLS_VERSION_UINT_TO_COMPONENTS(const ToolsVersion toolsVersion, // IN #define TOOLS_VERSION_SLEDGEHAMMER_UPDATE1_V_MNR 0 #define TOOLS_VERSION_SLEDGEHAMMER_UPDATE1_V_BASE 5 +#ifndef RC_INVOKED +#define TOOLS_VERSION_BALLPEENHAMMER_RELEASE TOOLS_VERSION_TO_UINT(TOOLS_VERSION_BALLPEENHAMMER_RELEASE_V) +#endif /* RC_INVOKED */ +#define TOOLS_VERSION_BALLPEENHAMMER_RELEASE_V_MJR 11 +#define TOOLS_VERSION_BALLPEENHAMMER_RELEASE_V_MNR 1 +#define TOOLS_VERSION_BALLPEENHAMMER_RELEASE_V_BASE 0 + #ifndef RC_INVOKED #define TOOLS_VERSION_NEXT TOOLS_VERSION_TO_UINT(TOOLS_VERSION_NEXT_V) #endif /* RC_INVOKED */ #define TOOLS_VERSION_NEXT_V_MJR 11 -#define TOOLS_VERSION_NEXT_V_MNR 1 +#define TOOLS_VERSION_NEXT_V_MNR 2 #define TOOLS_VERSION_NEXT_V_BASE 0 #define TOOLS_VERSION_CURRENT TOOLS_VERSION_NEXT