From: Oliver Kurth Date: Tue, 5 Jun 2018 22:47:32 +0000 (-0700) Subject: Bump the tools version on the devel branch to 10.4.0 X-Git-Tag: stable-11.0.0~568 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79f95aa342b58e0eceeb7b6ae010b57c804abdcb;p=thirdparty%2Fopen-vm-tools.git Bump the tools version on the devel branch to 10.4.0 --- diff --git a/open-vm-tools/lib/include/vm_tools_version.h b/open-vm-tools/lib/include/vm_tools_version.h index 4c476a628..a78b0ba5c 100644 --- a/open-vm-tools/lib/include/vm_tools_version.h +++ b/open-vm-tools/lib/include/vm_tools_version.h @@ -1474,11 +1474,18 @@ TOOLS_VERSION_UINT_TO_COMPONENTS(const ToolsVersion toolsVersion, // IN #define TOOLS_VERSION_CHAINSAW_PATCH2_V_MNR 2 #define TOOLS_VERSION_CHAINSAW_PATCH2_V_BASE 6 +#ifndef RC_INVOKED +#define TOOLS_VERSION_JACKHAMMER_RELEASE TOOLS_VERSION_TO_UINT(TOOLS_VERSION_JACKHAMMER_RELEASE_V) +#endif /* RC_INVOKED */ +#define TOOLS_VERSION_JACKHAMMER_RELEASE_V_MJR 10 +#define TOOLS_VERSION_JACKHAMMER_RELEASE_V_MNR 3 +#define TOOLS_VERSION_JACKHAMMER_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 10 -#define TOOLS_VERSION_NEXT_V_MNR 3 +#define TOOLS_VERSION_NEXT_V_MNR 4 #define TOOLS_VERSION_NEXT_V_BASE 0 #define TOOLS_VERSION_CURRENT TOOLS_VERSION_NEXT