From: John Wolfe Date: Wed, 20 Apr 2022 20:24:07 +0000 (-0700) Subject: Prepare the stage-12.0.x branch for the tools 12.0.5 update release. X-Git-Tag: stable-12.0.5~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1af3f17d0e27120314523ec4f9364db5d040502;p=thirdparty%2Fopen-vm-tools.git Prepare the stage-12.0.x branch for the tools 12.0.5 update release. - Set the tools version to 12.0.5 --- diff --git a/open-vm-tools/lib/include/vm_tools_version.h b/open-vm-tools/lib/include/vm_tools_version.h index 7a01c9794..2f5e75b4f 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-2021 VMware, Inc. All rights reserved. + * Copyright (C) 1998-2022 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 @@ -1694,9 +1694,16 @@ TOOLS_VERSION_UINT_TO_COMPONENTS(const ToolsVersion toolsVersion, // IN #define TOOLS_VERSION_SABRE_SAW_RELEASE_V_MNR 0 #define TOOLS_VERSION_SABRE_SAW_RELEASE_V_BASE 0 -#define TOOLS_VERSION_CURRENT TOOLS_VERSION_SABRE_SAW_RELEASE -#define TOOLS_VERSION_CURRENT_STR TOOLS_VERSION_TO_STR(TOOLS_VERSION_SABRE_SAW_RELEASE) -#define TOOLS_VERSION_CURRENT_CSV TOOLS_VERSION_TO_CSV(TOOLS_VERSION_SABRE_SAW_RELEASE) +#ifndef RC_INVOKED +#define TOOLS_VERSION_SABRE_SAW_UPDATE1 TOOLS_VERSION_TO_UINT(TOOLS_VERSION_SABRE_SAW_UPDATE1_V) +#endif /* RC_INVOKED */ +#define TOOLS_VERSION_SABRE_SAW_UPDATE1_V_MJR 12 +#define TOOLS_VERSION_SABRE_SAW_UPDATE1_V_MNR 0 +#define TOOLS_VERSION_SABRE_SAW_UPDATE1_V_BASE 5 + +#define TOOLS_VERSION_CURRENT TOOLS_VERSION_SABRE_SAW_UPDATE1 +#define TOOLS_VERSION_CURRENT_STR TOOLS_VERSION_TO_STR(TOOLS_VERSION_SABRE_SAW_UPDATE1) +#define TOOLS_VERSION_CURRENT_CSV TOOLS_VERSION_TO_CSV(TOOLS_VERSION_SABRE_SAW_UPDATE1) /* * The extended Tools version is the current Tools version with the