From: John Wolfe Date: Thu, 8 Sep 2022 21:51:39 +0000 (-0700) Subject: Bump the open-vm-tools version to 12.2.0 in the "devel" branch. X-Git-Tag: stable-12.2.0~115 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db405bfe35567f1cafaff49c623d1f5568baea58;p=thirdparty%2Fopen-vm-tools.git Bump the open-vm-tools version to 12.2.0 in the "devel" branch. Setting the development open-vm-tools version to 12.2.0. Adding the tag name "MITER_SAW_RELEASE" to tools version 12.1.0 --- diff --git a/open-vm-tools/lib/include/vm_tools_version.h b/open-vm-tools/lib/include/vm_tools_version.h index 23c88c071..aa44a4b06 100644 --- a/open-vm-tools/lib/include/vm_tools_version.h +++ b/open-vm-tools/lib/include/vm_tools_version.h @@ -1715,11 +1715,18 @@ TOOLS_VERSION_UINT_TO_COMPONENTS(const ToolsVersion toolsVersion, // IN #define TOOLS_VERSION_SABRE_SAW_PATCH1_V_MNR 0 #define TOOLS_VERSION_SABRE_SAW_PATCH1_V_BASE 6 +#ifndef RC_INVOKED +#define TOOLS_VERSION_MITER_SAW_RELEASE TOOLS_VERSION_TO_UINT(TOOLS_VERSION_MITER_SAW_RELEASE_V) +#endif /* RC_INVOKED */ +#define TOOLS_VERSION_MITER_SAW_RELEASE_V_MJR 12 +#define TOOLS_VERSION_MITER_SAW_RELEASE_V_MNR 1 +#define TOOLS_VERSION_MITER_SAW_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 12 -#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