From: John Wolfe Date: Mon, 12 Jun 2023 21:53:47 +0000 (-0700) Subject: Setting the VMware Tools version to 12.2.1. X-Git-Tag: stable-12.2.5~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83bb95f6b33b476069b04067f4d78bbb6ad758c3;p=thirdparty%2Fopen-vm-tools.git Setting the VMware Tools version to 12.2.1. --- diff --git a/open-vm-tools/lib/include/vm_tools_version.h b/open-vm-tools/lib/include/vm_tools_version.h index 30d31f410..5212e7cca 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-2022 VMware, Inc. All rights reserved. + * Copyright (c) 1998-2023 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 @@ -1737,15 +1737,22 @@ TOOLS_VERSION_UINT_TO_COMPONENTS(const ToolsVersion toolsVersion, // IN #define TOOLS_VERSION_MITER_SAW_UPDATE1_V_BASE 5 #ifndef RC_INVOKED -#define TOOLS_VERSION_NEXT TOOLS_VERSION_TO_UINT(TOOLS_VERSION_NEXT_V) +#define TOOLS_VERSION_BANDSAW_RELEASE TOOLS_VERSION_TO_UINT(TOOLS_VERSION_BANDSAW_RELEASE_V) #endif /* RC_INVOKED */ -#define TOOLS_VERSION_NEXT_V_MJR 12 -#define TOOLS_VERSION_NEXT_V_MNR 2 -#define TOOLS_VERSION_NEXT_V_BASE 0 +#define TOOLS_VERSION_BANDSAW_RELEASE_V_MJR 12 +#define TOOLS_VERSION_BANDSAW_RELEASE_V_MNR 2 +#define TOOLS_VERSION_BANDSAW_RELEASE_V_BASE 0 -#define TOOLS_VERSION_CURRENT TOOLS_VERSION_NEXT -#define TOOLS_VERSION_CURRENT_STR TOOLS_VERSION_TO_STR(TOOLS_VERSION_NEXT) -#define TOOLS_VERSION_CURRENT_CSV TOOLS_VERSION_TO_CSV(TOOLS_VERSION_NEXT) +#ifndef RC_INVOKED +#define TOOLS_VERSION_BANDSAW_PATCH1 TOOLS_VERSION_TO_UINT(TOOLS_VERSION_BANDSAW_PATCH1_V) +#endif /* RC_INVOKED */ +#define TOOLS_VERSION_BANDSAW_PATCH1_V_MJR 12 +#define TOOLS_VERSION_BANDSAW_PATCH1_V_MNR 2 +#define TOOLS_VERSION_BANDSAW_PATCH1_V_BASE 1 + +#define TOOLS_VERSION_CURRENT TOOLS_VERSION_BANDSAW_PATCH1 +#define TOOLS_VERSION_CURRENT_STR TOOLS_VERSION_TO_STR(TOOLS_VERSION_BANDSAW_PATCH1) +#define TOOLS_VERSION_CURRENT_CSV TOOLS_VERSION_TO_CSV(TOOLS_VERSION_BANDSAW_PATCH1) /* * The extended Tools version is the current Tools version with the