From: Kruti Pendharkar Date: Wed, 8 Jan 2025 06:05:50 +0000 (-0800) Subject: Bump tools version to 13.0.0 on main X-Git-Tag: stable-13.0.0~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c81edc381769b6c62d38679201085b595e53ac3f;p=thirdparty%2Fopen-vm-tools.git Bump tools version to 13.0.0 on main The next VMWare Tools product release is to be version 13.0.0. Switching the version of tools on main from the current development version 12.6.0 to 13.0.0. --- diff --git a/open-vm-tools/lib/include/vm_tools_version.h b/open-vm-tools/lib/include/vm_tools_version.h index 1e876a6c7..cff3f2f56 100644 --- a/open-vm-tools/lib/include/vm_tools_version.h +++ b/open-vm-tools/lib/include/vm_tools_version.h @@ -1803,8 +1803,8 @@ TOOLS_VERSION_UINT_TO_COMPONENTS(const ToolsVersion toolsVersion, // IN #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 6 +#define TOOLS_VERSION_NEXT_V_MJR 13 +#define TOOLS_VERSION_NEXT_V_MNR 0 #define TOOLS_VERSION_NEXT_V_BASE 0 #define TOOLS_VERSION_CURRENT TOOLS_VERSION_NEXT