From: Oliver Kurth Date: Sun, 21 Jul 2019 00:03:42 +0000 (-0700) Subject: Add the SLEDGEHAMMER code name to the 11.0.0 release version defines. X-Git-Tag: stable-11.0.0~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74fe39c2abac9da4d45188eec8b389be421f7c8f;p=thirdparty%2Fopen-vm-tools.git Add the SLEDGEHAMMER code name to the 11.0.0 release version defines. --- diff --git a/open-vm-tools/lib/include/vm_tools_version.h b/open-vm-tools/lib/include/vm_tools_version.h index da9272a1e..68e5d3f0f 100644 --- a/open-vm-tools/lib/include/vm_tools_version.h +++ b/open-vm-tools/lib/include/vm_tools_version.h @@ -1532,15 +1532,15 @@ TOOLS_VERSION_UINT_TO_COMPONENTS(const ToolsVersion toolsVersion, // IN #define TOOLS_VERSION_JACKHAMMER_PATCH4_V_BASE 11 #ifndef RC_INVOKED -#define TOOLS_VERSION_NEXT TOOLS_VERSION_TO_UINT(TOOLS_VERSION_NEXT_V) +#define TOOLS_VERSION_SLEDGEHAMMER_RELEASE TOOLS_VERSION_TO_UINT(TOOLS_VERSION_SLEDGEHAMMER_RELEASE_V) #endif /* RC_INVOKED */ -#define TOOLS_VERSION_NEXT_V_MJR 11 -#define TOOLS_VERSION_NEXT_V_MNR 0 -#define TOOLS_VERSION_NEXT_V_BASE 0 +#define TOOLS_VERSION_SLEDGEHAMMER_RELEASE_V_MJR 11 +#define TOOLS_VERSION_SLEDGEHAMMER_RELEASE_V_MNR 0 +#define TOOLS_VERSION_SLEDGEHAMMER_RELEASE_V_BASE 0 -#define TOOLS_VERSION_CURRENT TOOLS_VERSION_NEXT -#define TOOLS_VERSION_CURRENT_STR TOOLS_VERSION_TO_STR(TOOLS_VERSION_NEXT) -#define TOOLS_VERSION_CURRENT_CSV TOOLS_VERSION_TO_CSV(TOOLS_VERSION_NEXT) +#define TOOLS_VERSION_CURRENT TOOLS_VERSION_SLEDGEHAMMER_RELEASE +#define TOOLS_VERSION_CURRENT_STR TOOLS_VERSION_TO_STR(TOOLS_VERSION_SLEDGEHAMMER_RELEASE) +#define TOOLS_VERSION_CURRENT_CSV TOOLS_VERSION_TO_CSV(TOOLS_VERSION_SLEDGEHAMMER_RELEASE) /* * The extended Tools version is the current Tools version with the