From: Oliver Kurth Date: Tue, 19 Jun 2018 18:07:43 +0000 (-0700) Subject: Add the JACKHAMMER code name to the 10.3.0 release version defines. X-Git-Tag: stable-10.3.0~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7efc7b70a57cf734012a069fabab19e96f8cf16d;p=thirdparty%2Fopen-vm-tools.git Add the JACKHAMMER code name to the 10.3.0 release version defines. Adding the code name JACKHAMMER to the 10.3.x series version notation for the public source release and use by future 10.3.x patches or updates. --- diff --git a/open-vm-tools/lib/include/vm_tools_version.h b/open-vm-tools/lib/include/vm_tools_version.h index 4c476a628..cbdc9bc5a 100644 --- a/open-vm-tools/lib/include/vm_tools_version.h +++ b/open-vm-tools/lib/include/vm_tools_version.h @@ -1475,15 +1475,15 @@ TOOLS_VERSION_UINT_TO_COMPONENTS(const ToolsVersion toolsVersion, // IN #define TOOLS_VERSION_CHAINSAW_PATCH2_V_BASE 6 #ifndef RC_INVOKED -#define TOOLS_VERSION_NEXT TOOLS_VERSION_TO_UINT(TOOLS_VERSION_NEXT_V) +#define TOOLS_VERSION_JACKHAMMER_RELEASE TOOLS_VERSION_TO_UINT(TOOLS_VERSION_JACKHAMMER_RELEASE_V) #endif /* RC_INVOKED */ -#define TOOLS_VERSION_NEXT_V_MJR 10 -#define TOOLS_VERSION_NEXT_V_MNR 3 -#define TOOLS_VERSION_NEXT_V_BASE 0 +#define TOOLS_VERSION_JACKHAMMER_RELEASE_V_MJR 10 +#define TOOLS_VERSION_JACKHAMMER_RELEASE_V_MNR 3 +#define TOOLS_VERSION_JACKHAMMER_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_JACKHAMMER_RELEASE +#define TOOLS_VERSION_CURRENT_STR TOOLS_VERSION_TO_STR(TOOLS_VERSION_JACKHAMMER_RELEASE) +#define TOOLS_VERSION_CURRENT_CSV TOOLS_VERSION_TO_CSV(TOOLS_VERSION_JACKHAMMER_RELEASE) /* * The extended Tools version is the current Tools version with the