From: Kruti Date: Fri, 3 May 2024 16:05:45 +0000 (-0700) Subject: Record the use of version 12.4.5 in the vm_tools_version.h header X-Git-Tag: stable-12.5.0~88 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5681e42c30f9a8875abfcdecb8c12ee8c51416f1;p=thirdparty%2Fopen-vm-tools.git Record the use of version 12.4.5 in the vm_tools_version.h header --- diff --git a/open-vm-tools/lib/include/vm_tools_version.h b/open-vm-tools/lib/include/vm_tools_version.h index a77f92297..ec7047fbb 100644 --- a/open-vm-tools/lib/include/vm_tools_version.h +++ b/open-vm-tools/lib/include/vm_tools_version.h @@ -1779,6 +1779,13 @@ TOOLS_VERSION_UINT_TO_COMPONENTS(const ToolsVersion toolsVersion, // IN #define TOOLS_VERSION_SOCKET_WRENCH_RELEASE_V_MNR 4 #define TOOLS_VERSION_SOCKET_WRENCH_RELEASE_V_BASE 0 +#ifndef RC_INVOKED +#define TOOLS_VERSION_SOCKET_WRENCH_UPDATE1 TOOLS_VERSION_TO_UINT(TOOLS_VERSION_SOCKET_WRENCH_UPDATE1_V) +#endif /* RC_INVOKED */ +#define TOOLS_VERSION_SOCKET_WRENCH_UPDATE1_V_MJR 12 +#define TOOLS_VERSION_SOCKET_WRENCH_UPDATE1_V_MNR 4 +#define TOOLS_VERSION_SOCKET_WRENCH_UPDATE1_V_BASE 5 + #ifndef RC_INVOKED #define TOOLS_VERSION_NEXT TOOLS_VERSION_TO_UINT(TOOLS_VERSION_NEXT_V) #endif /* RC_INVOKED */