]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Common header file change not applicable to open-vm-tools.
authorOliver Kurth <okurth@vmware.com>
Fri, 20 Dec 2019 20:25:52 +0000 (12:25 -0800)
committerOliver Kurth <okurth@vmware.com>
Fri, 20 Dec 2019 20:25:52 +0000 (12:25 -0800)
open-vm-tools/lib/include/vm_product_versions.h

index 43b657992cfd00e3a8f1444a2fed331cbc523d15..8c50ee8a35b58921afeaed0312aa002a302397bf 100644 (file)
 
 /*
  * 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"
  */
 #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