From: Oliver Kurth Date: Mon, 23 Oct 2017 21:21:21 +0000 (-0700) Subject: Update file version for imgcust deliverables X-Git-Tag: stable-10.3.0~249 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e95b4a100dff023d0e88315829c988c063228d5;p=thirdparty%2Fopen-vm-tools.git Update file version for imgcust deliverables --- diff --git a/open-vm-tools/lib/include/vm_product_versions.h b/open-vm-tools/lib/include/vm_product_versions.h index 3ba3f6ae2..819592dc0 100644 --- a/open-vm-tools/lib/include/vm_product_versions.h +++ b/open-vm-tools/lib/include/vm_product_versions.h @@ -55,6 +55,9 @@ #elif defined(VMX86_DESKTOP) // WORKSTATION_VERSION_NUMBER below has to match this #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,3,0,PRODUCT_BUILD_NUMBER_NUMERIC #else /* Generic catch-all. */ #define PRODUCT_VERSION 0,0,0,PRODUCT_BUILD_NUMBER_NUMERIC @@ -173,7 +176,7 @@ */ #define FUSION_VERSION "e.x.p" -// These must match VIE_FILEVERSION above +// These must match PRODUCT_VERSION for VMX86_SYSIMAGE above #define SYSIMAGE_VERSION "8.3.0" #define SYSIMAGE_VERSION_EXT_STR \ SYSIMAGE_VERSION "." PRODUCT_BUILD_NUMBER_NUMERIC_STRING