From: Kruti Pendharkar Date: Tue, 18 Feb 2025 09:13:55 +0000 (-0800) Subject: Bump the VMware Tools version to 13.1.0 on "devel" branch.. X-Git-Tag: stable-13.1.0~229 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ed65ddb338dee175b9e5da16ec68fb904e9da17e;p=thirdparty%2Fopen-vm-tools.git Bump the VMware Tools version to 13.1.0 on "devel" branch.. Adding the tag "TWEEZERS" to the 13.0.0 version. --- diff --git a/open-vm-tools/lib/include/vm_tools_version.h b/open-vm-tools/lib/include/vm_tools_version.h index cff3f2f56..fccb9678c 100644 --- a/open-vm-tools/lib/include/vm_tools_version.h +++ b/open-vm-tools/lib/include/vm_tools_version.h @@ -1800,11 +1800,18 @@ TOOLS_VERSION_UINT_TO_COMPONENTS(const ToolsVersion toolsVersion, // IN #define TOOLS_VERSION_PLIERS_RELEASE_V_MNR 5 #define TOOLS_VERSION_PLIERS_RELEASE_V_BASE 0 +#ifndef RC_INVOKED +#define TOOLS_VERSION_TWEEZERS_RELEASE TOOLS_VERSION_TO_UINT(TOOLS_VERSION_TWEEZERS_RELEASE_V) +#endif /* RC_INVOKED */ +#define TOOLS_VERSION_TWEEZERS_RELEASE_V_MJR 13 +#define TOOLS_VERSION_TWEEZERS_RELEASE_V_MNR 0 +#define TOOLS_VERSION_TWEEZERS_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 13 -#define TOOLS_VERSION_NEXT_V_MNR 0 +#define TOOLS_VERSION_NEXT_V_MNR 1 #define TOOLS_VERSION_NEXT_V_BASE 0 #define TOOLS_VERSION_CURRENT TOOLS_VERSION_NEXT