]> 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>
Tue, 21 Apr 2020 21:43:46 +0000 (14:43 -0700)
committerOliver Kurth <okurth@vmware.com>
Tue, 21 Apr 2020 21:43:46 +0000 (14:43 -0700)
open-vm-tools/lib/include/vm_product_versions.h

index 1f1c668f945d4772d111f41cf37ab3658ce4b8bc..d2b9dbf93a91c3e7e4001ee9738e70cd3254f235 100644 (file)
@@ -45,7 +45,7 @@
    /* this should be kept in sync with the corresponding vpx branch. */
    #define PRODUCT_VERSION    7,0,0,PRODUCT_BUILD_NUMBER_NUMERIC
 #elif defined(VMX86_HORIZON_VIEW)
-   #define PRODUCT_VERSION    8,0,0,PRODUCT_BUILD_NUMBER_NUMERIC
+   #define PRODUCT_VERSION    8,1,0,PRODUCT_BUILD_NUMBER_NUMERIC
 // VMX86_DESKTOP must be last because it is the default and is always defined.
 #elif defined(VMX86_DESKTOP)
    // WORKSTATION_VERSION_NUMBER below has to match this
 #define HOSTD_VERSION "e.x.p"
 #define RECOVERYLIBS_VERSION "2.0.0"
 #define PRECHECK_VERSION "e.x.p"
-#define VIEW_CLIENT_VERSION "8.0.0"
-#define VIEW_CLIENT_VERSION_NUMBER VIEW_CLIENT_VERSION
 #define VHSESDK_VERSION "1.0.0"
 #define VIEWVC_VERSION "14.0.2"
 #define WCP_VERSION "0.0.1"
  * 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 VIEW_VERSION "8.0.0"
-#define RDE_RFT_ALL_VERSION "8.0.0"
-#define RDE_RFT_REL_VERSION "8.0.0"
-#define RDESDKREL_VERSION "8.0.0"
-#define MKSVCHANDEV_VERSION "15.0.0"
-#define TSMMRDEV_VERSION "8.0.0"
-#define RDF_VERSION "8.0.0"
-#define HORIZON_DAAS_AGENT_VERSION "20.2.0"
-#define HORIZON_USB_AGENT_VERSION "11.0.0"
-#define MFW_VERSION "16.0.0"
+#define VIEW_CLIENT_VERSION "8.1.0"
+#define VIEW_CLIENT_VERSION_NUMBER VIEW_CLIENT_VERSION
+#define VIEW_VERSION "8.1.0"
+#define RDE_RFT_ALL_VERSION "8.1.0"
+#define RDE_RFT_REL_VERSION "8.1.0"
+#define RDESDKREL_VERSION "8.1.0"
+#define MKSVCHANDEV_VERSION "15.1.0"
+#define TSMMRDEV_VERSION "8.1.0"
+#define RDF_VERSION "8.1.0"
+#define HORIZON_DAAS_AGENT_VERSION "20.4.0"
+#define HORIZON_USB_AGENT_VERSION "11.1.0"
+#define MFW_VERSION "16.1.0"
 /*
  * This is the Horizon Marketing version which is shared between
  * Horizon Client, Agent and Server. It is set in the format of
  * YYMM of the targeted release date.
  */
-#define HORIZON_YYMM_VERSION "2006"
+#define HORIZON_YYMM_VERSION "2012"
 
 #ifndef MAKESTR
 #define MAKESTR(x) #x