From: Oliver Kurth Date: Tue, 5 Jun 2018 22:45:04 +0000 (-0700) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-11.0.0~578 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f240e2095c0780eb4e8afa4a75d7cbb83c7f4185;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 30582d1c7..28bdc125c 100644 --- a/open-vm-tools/lib/include/vm_product_versions.h +++ b/open-vm-tools/lib/include/vm_product_versions.h @@ -57,7 +57,7 @@ #define PRODUCT_VERSION 14,0,0,PRODUCT_BUILD_NUMBER_NUMERIC #elif defined(VMX86_SYSIMAGE) // SYSIMAGE_VERSION below has to match this - #define PRODUCT_VERSION 8,4,0,PRODUCT_BUILD_NUMBER_NUMERIC + #define PRODUCT_VERSION 8,5,0,PRODUCT_BUILD_NUMBER_NUMERIC #else /* Generic catch-all. */ #define PRODUCT_VERSION 0,0,0,PRODUCT_BUILD_NUMBER_NUMERIC @@ -179,7 +179,7 @@ #define FUSION_VERSION "e.x.p" // These must match PRODUCT_VERSION for VMX86_SYSIMAGE above -#define SYSIMAGE_VERSION "8.4.0" +#define SYSIMAGE_VERSION "8.5.0" #define SYSIMAGE_VERSION_EXT_STR \ SYSIMAGE_VERSION "." PRODUCT_BUILD_NUMBER_NUMERIC_STRING