From: Oliver Kurth Date: Tue, 21 Apr 2020 21:43:45 +0000 (-0700) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-11.2.0~252 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2b9d8028ad88583f9f3575d26ca68cf5664fef7;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 578ea091d..1f1c668f9 100644 --- a/open-vm-tools/lib/include/vm_product_versions.h +++ b/open-vm-tools/lib/include/vm_product_versions.h @@ -34,7 +34,7 @@ * hard-coded value for every other product. */ #if defined(VMX86_VMRC) /* check VMX86_VMRC before VMX86_DESKTOP */ - #define PRODUCT_VERSION 11,1,0,PRODUCT_BUILD_NUMBER_NUMERIC /* VMRC_VERSION_NUMBER below has to match this */ + #define PRODUCT_VERSION 11,2,0,PRODUCT_BUILD_NUMBER_NUMERIC /* VMRC_VERSION_NUMBER below has to match this */ #elif defined(VMX86_FLEX) /* check VMX86_FLEX before VMX86_DESKTOP */ #define PRODUCT_VERSION 8,0,0,PRODUCT_BUILD_NUMBER_NUMERIC /* FLEX_VERSION_NUMBER below has to match this */ #elif defined(VMX86_TOOLS) @@ -170,8 +170,8 @@ #define WORKSTATION_VERSION "e.x.p" #define PLAYER_VERSION_NUMBER "15.5.0" /* this version number should always match real Player version number */ #define PLAYER_VERSION "e.x.p" -#define VMRC_VERSION_NUMBER "11.1.0" /* this version number should always match real VMRC version number */ -#define VMRC_VERSION "11.1.0" +#define VMRC_VERSION_NUMBER "11.2.0" /* this version number should always match real VMRC version number */ +#define VMRC_VERSION "11.2.0" #define FLEX_CLIENT_VERSION_NUMBER "8.0.0" #define FLEX_CLIENT_VERSION "e.x.p"