From: Oliver Kurth Date: Fri, 15 Sep 2017 18:22:42 +0000 (-0700) Subject: Shared header file update; no impact on open-vm-tools. X-Git-Tag: stable-10.2.0~721 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ab4f4e18d5113d417b9bf71bc025c13754fa033b;p=thirdparty%2Fopen-vm-tools.git Shared header file update; no impact on 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 d5055d1b1..cd45dca0f 100644 --- a/open-vm-tools/lib/include/vm_product_versions.h +++ b/open-vm-tools/lib/include/vm_product_versions.h @@ -205,6 +205,13 @@ #define VPXD_VDB_DB_VERSION_ID 610 #define VPXD_VDB_DB_VERSION_VALUE "VirtualCenter Database 6.1" +// Virtual Appliance Patch Version Number +// This is the last component of the VCSA w.x.y.z version number +// While patching / minor update this number is used by VCSA +// to validate a patch iso . +// Changing the version is required when CPD releases an update. +#define VA_PATCH_VERSION "5100" + #define SVA_VERSION "1.0.0" #define SSO_VERSION "1.0.0" #define WBC_VERSION "5.1.0"