From: John Wolfe Date: Tue, 22 Sep 2020 21:54:05 +0000 (-0700) Subject: Update the development tools version for the next major point release. X-Git-Tag: stable-11.3.0~329 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce5044577a89c0a66f4b427067c2843f4094044b;p=thirdparty%2Fopen-vm-tools.git Update the development tools version for the next major point release. --- diff --git a/open-vm-tools/lib/include/vm_tools_version.h b/open-vm-tools/lib/include/vm_tools_version.h index bfb0e9fc7..17362dfa8 100644 --- a/open-vm-tools/lib/include/vm_tools_version.h +++ b/open-vm-tools/lib/include/vm_tools_version.h @@ -1638,11 +1638,18 @@ TOOLS_VERSION_UINT_TO_COMPONENTS(const ToolsVersion toolsVersion, // IN #define TOOLS_VERSION_BALLPEENHAMMER_PATCH2_V_MNR 1 #define TOOLS_VERSION_BALLPEENHAMMER_PATCH2_V_BASE 6 +#ifndef RC_INVOKED +#define TOOLS_VERSION_CRESCENT_WRENCH TOOLS_VERSION_TO_UINT(TOOLS_VERSION_CRESCENT_WRENCH_V) +#endif /* RC_INVOKED */ +#define TOOLS_VERSION_CRESCENT_WRENCH_V_MJR 11 +#define TOOLS_VERSION_CRESCENT_WRENCH_V_MNR 2 +#define TOOLS_VERSION_CRESCENT_WRENCH_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 2 +#define TOOLS_VERSION_NEXT_V_MNR 3 #define TOOLS_VERSION_NEXT_V_BASE 0 #define TOOLS_VERSION_CURRENT TOOLS_VERSION_NEXT