]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Changes to common header files:
authorOliver Kurth <okurth@vmware.com>
Mon, 30 Apr 2018 21:04:14 +0000 (14:04 -0700)
committerOliver Kurth <okurth@vmware.com>
Mon, 30 Apr 2018 21:04:14 +0000 (14:04 -0700)
- Add Amazon Linux 2 to the known guest OS list.
- Other change not application to open-vm-tools.

open-vm-tools/lib/include/guest_os_tables.h
open-vm-tools/lib/include/vm_product_versions.h

index ba82bea7f8bc355ae9dbb5663575f62c4c9a156b..917685accffc312d4574fa8bfb1e8c5a68f4882d 100644 (file)
@@ -501,6 +501,7 @@ extern "C" {
    GOKM("otherlinux",                           otherLinuxGuest,         TRUE) \
    GOKM("otherlinux-64",                        otherLinux64Guest,       TRUE) \
    GOKM("genericlinux",                         genericLinuxGuest,       TRUE) \
+   GOKM("amazonlinux2-64",                      amazonlinux2_64Guest,    TRUE) \
    /* Netware guests */ \
    GOKM("netware4",                             netware4Guest,           TRUE) \
    GOKM("netware5",                             netware5Guest,           TRUE) \
index f34efda9ae006ef819894e60258a88519afbbdf2..231c4e511ab6cc61830c062e89d691802988204e 100644 (file)
 #define VIEWVC_VERSION "14.0.0"
 
 /*
- * All of these components should follow the current version of View.
+ * All of these components should follow the current version of View, except
+ * Horizon DaaS Agent which has its 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 TSMMRDEV_VERSION "7.5.0"
 #define VIEWMPDEV_VERSION "7.5.0"
 #define RDF_VERSION "7.5.0"
+#define HORIZON_DAAS_AGENT_VERSION "18.2.0"
 
 
 #ifndef MAKESTR