From: John Wolfe Date: Mon, 7 Jun 2021 15:25:09 +0000 (-0700) Subject: Update the tools version to 11.4.0 on the "devel" branch. X-Git-Tag: stable-12.0.0~185 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26b72e101e3d9a66e97e2179f142ce8961c7869f;p=thirdparty%2Fopen-vm-tools.git Update the tools version to 11.4.0 on the "devel" branch. --- diff --git a/open-vm-tools/lib/include/vm_tools_version.h b/open-vm-tools/lib/include/vm_tools_version.h index 25ba15dee..4c1b81e35 100644 --- a/open-vm-tools/lib/include/vm_tools_version.h +++ b/open-vm-tools/lib/include/vm_tools_version.h @@ -1673,11 +1673,18 @@ TOOLS_VERSION_UINT_TO_COMPONENTS(const ToolsVersion toolsVersion, // IN #define TOOLS_VERSION_CRESCENT_WRENCH_PATCH2_V_MNR 2 #define TOOLS_VERSION_CRESCENT_WRENCH_PATCH2_V_BASE 6 +#ifndef RC_INVOKED +#define TOOLS_VERSION_JIGSAW_RELEASE TOOLS_VERSION_TO_UINT(TOOLS_VERSION_JIGSAW_RELEASE_V) +#endif /* RC_INVOKED */ +#define TOOLS_VERSION_JIGSAW_RELEASE_V_MJR 11 +#define TOOLS_VERSION_JIGSAW_RELEASE_V_MNR 3 +#define TOOLS_VERSION_JIGSAW_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 3 +#define TOOLS_VERSION_NEXT_V_MNR 4 #define TOOLS_VERSION_NEXT_V_BASE 0 #define TOOLS_VERSION_CURRENT TOOLS_VERSION_NEXT