From: Oliver Kurth Date: Fri, 20 Dec 2019 20:25:52 +0000 (-0800) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-11.1.0~98 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=970a9f62d508a1f011adf418d28f56017a4ba998;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 43b657992..8c50ee8a3 100644 --- a/open-vm-tools/lib/include/vm_product_versions.h +++ b/open-vm-tools/lib/include/vm_product_versions.h @@ -289,7 +289,7 @@ /* * All of these components should follow the current version of View, except - * Horizon DaaS Agent which has its own version. + * Horizon DaaS Agent and mfw which have their own version. * SCons parsing code requires that each line have a version string, so we * can't just do something like #define RDESDK_VERSION VIEW_VERSION" */ @@ -303,6 +303,7 @@ #define RDF_VERSION "7.12.0" #define HORIZON_DAAS_AGENT_VERSION "20.1.0" #define HORIZON_USB_AGENT_VERSION "10.19.0" +#define MFW_VERSION "16.0.0" #ifndef MAKESTR