From: Katy Feng Date: Tue, 22 Aug 2023 18:11:41 +0000 (-0700) Subject: Change to common header file not applicable to open-vm-tools. X-Git-Tag: stable-12.3.0~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5cf3023cf9981a97cd65f3600d03dc4714b4cc5e;p=thirdparty%2Fopen-vm-tools.git Change to common header file 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 66412823c..4d3ad34fb 100644 --- a/open-vm-tools/lib/include/vm_product_versions.h +++ b/open-vm-tools/lib/include/vm_product_versions.h @@ -83,7 +83,7 @@ /* this should be kept in sync with the corresponding vpx branch. */ #define PRODUCT_VERSION 8,0,1,PRODUCT_BUILD_NUMBER_NUMERIC #elif defined(VMX86_HORIZON_VIEW) - #define PRODUCT_VERSION 8,10,0,PRODUCT_BUILD_NUMBER_NUMERIC + #define PRODUCT_VERSION 8,11,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 @@ -381,27 +381,27 @@ * 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_CLIENT_VERSION "8.10.0" +#define VIEW_CLIENT_VERSION "8.11.0" #define VIEW_CLIENT_VERSION_NUMBER VIEW_CLIENT_VERSION -#define VIEW_VERSION "8.10.0" -#define RDE_RFT_ALL_VERSION "8.10.0" -#define RDE_RFT_REL_VERSION "8.10.0" -#define RDESDKREL_VERSION "8.10.0" -#define MKSVCHANDEV_VERSION "15.10.0" -#define TSMMRDEV_VERSION "8.10.0" -#define RDF_VERSION "8.10.0" -#define HORIZON_DAAS_AGENT_VERSION "23.2.0" -#define HORIZON_USB_AGENT_VERSION "11.10.0" +#define VIEW_VERSION "8.11.0" +#define RDE_RFT_ALL_VERSION "8.11.0" +#define RDE_RFT_REL_VERSION "8.11.0" +#define RDESDKREL_VERSION "8.11.0" +#define MKSVCHANDEV_VERSION "15.11.0" +#define TSMMRDEV_VERSION "8.11.0" +#define RDF_VERSION "8.11.0" +#define HORIZON_DAAS_AGENT_VERSION "23.3.0" +#define HORIZON_USB_AGENT_VERSION "11.11.0" #define HORIZON_UPDATETOOL_VERSION "2.0.8" #define MFW_VERSION "16.9.0" -#define HORIZONTOOL_VERSION "16.10.0" +#define HORIZONTOOL_VERSION "16.11.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 "2306" +#define HORIZON_YYMM_VERSION "2309" #ifndef MAKESTR #define MAKESTR(x) #x