From: Oliver Kurth Date: Fri, 27 Jul 2018 18:46:22 +0000 (-0700) Subject: Common header file change; not applicable to open-vm-tools. X-Git-Tag: stable-11.0.0~503 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=485a379c33578f712ecbfa70e5a49df20e21fd53;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 158d67334..11d37cf37 100644 --- a/open-vm-tools/lib/include/vm_product_versions.h +++ b/open-vm-tools/lib/include/vm_product_versions.h @@ -282,15 +282,14 @@ * 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 "7.5.0" -#define VIEW_FEATUREPACK_VERSION "7.5.0" -#define RDE_RFT_ALL_VERSION "7.5.0" -#define RDESDK_VERSION "7.5.0" -#define RDESDKREL_VERSION "7.5.0" -#define MKSVCHANDEV_VERSION "7.5.0" -#define TSMMRDEV_VERSION "7.5.0" -#define VIEWMPDEV_VERSION "7.5.0" -#define RDF_VERSION "7.5.0" +#define VIEW_VERSION "7.6.0" +#define RDE_RFT_ALL_VERSION "7.6.0" +#define RDESDK_VERSION "7.6.0" +#define RDESDKREL_VERSION "7.6.0" +#define MKSVCHANDEV_VERSION "7.6.0" +#define TSMMRDEV_VERSION "7.6.0" +#define VIEWMPDEV_VERSION "7.6.0" +#define RDF_VERSION "7.6.0" #define HORIZON_DAAS_AGENT_VERSION "18.2.0" #define HORIZON_USB_AGENT_VERSION "10.13.0"