From: Oliver Kurth Date: Wed, 29 Aug 2018 20:29:45 +0000 (-0700) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-11.0.0~431 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2bb2886a1cc41b4fc4966f30e443bed2bce2684;p=thirdparty%2Fopen-vm-tools.git Common header file change not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/vm_product_versions.h b/open-vm-tools/lib/include/vm_product_versions.h index f2c9469a9..48bb5881e 100644 --- a/open-vm-tools/lib/include/vm_product_versions.h +++ b/open-vm-tools/lib/include/vm_product_versions.h @@ -255,7 +255,11 @@ #define NETDUMP_VERSION "5.1.0" #define NETDUMP_FILE_VERSION 5,1,0,PRODUCT_BUILD_NUMBER_NUMERIC #define VDDK_VERSION "6.8.2" -#define VDDK_FILE_VERSION 6,8,2,PRODUCT_BUILD_NUMBER_NUMERIC +#define VDDK_VERSION_MAJOR 6 +#define VDDK_VERSION_MINOR 8 +#define VDDK_VERSION_MAINT 2 +#define VDDK_FILE_VERSION VDDK_VERSION_MAJOR,VDDK_VERSION_MINOR,\ + VDDK_VERSION_MAINT,PRODUCT_BUILD_NUMBER_NUMERIC #define OVFTOOL_VERSION "4.3.0" #define VCSA_INSTALLER_VERSION "1.0.0" #define OVFTOOL_FILE_VERSION 4,3,0,PRODUCT_BUILD_NUMBER_NUMERIC