From: Oliver Kurth Date: Fri, 15 Sep 2017 18:23:45 +0000 (-0700) Subject: Common header file change; not applicable to open-vm-tools. X-Git-Tag: stable-10.2.0~149 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=765d498b9aadd37a72cd3a0f79f67dd6a878ef90;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 414092609..d3455664c 100644 --- a/open-vm-tools/lib/include/vm_product_versions.h +++ b/open-vm-tools/lib/include/vm_product_versions.h @@ -50,7 +50,7 @@ #define PRODUCT_VERSION 1,1,5,PRODUCT_BUILD_NUMBER_NUMERIC #elif defined(VMX86_VPX) /* this should be kept in sync with the corresponding vpx branch. */ - #define PRODUCT_VERSION 6,6,0,PRODUCT_BUILD_NUMBER_NUMERIC + #define PRODUCT_VERSION 6,6,1,PRODUCT_BUILD_NUMBER_NUMERIC #elif defined(VMX86_HORIZON_VIEW) #define PRODUCT_VERSION 0,0,0,PRODUCT_BUILD_NUMBER_NUMERIC // VMX86_DESKTOP must be last because it is the default and is always defined. @@ -186,7 +186,7 @@ #define VCB_VERSION "4.0.0" #define VCB_FILE_VERSION 4,0,0,0 -#define VIM_VERSION "6.6.0" +#define VIM_VERSION "6.6.1" /* *For smooth version bump up for quaterly releases, we need to have a fallback *mechanism to previous version in all those components which perform version @@ -216,26 +216,26 @@ 6.0.0,\ 6.5.0" // Put VPX_VERSION first, because vpx/make/defs.mk doesn't check for suffix. -#define VPX_VERSION "6.6.0" +#define VPX_VERSION "6.6.1" #define VPX_VERSION_MAJOR "6" #define VPX_VERSION_MINOR "6" -#define VPX_VERSION_MAINT "0" +#define VPX_VERSION_MAINT "1" #define VPX_VERSION_THIRD_PARTY VPX_VERSION_MAJOR VPX_VERSION_MINOR \ VPX_VERSION_MAINT -#define VPX_VERSION_NUMERIC 6,6,0,PRODUCT_BUILD_NUMBER_NUMERIC +#define VPX_VERSION_NUMERIC 6,6,1,PRODUCT_BUILD_NUMBER_NUMERIC // Last supported ESX version by VC (current -2 releases). #define VPX_MIN_HOST_VERSION "5.5.0" #define MAX_SUPPORTED_VI_VERSION "6.6" //from ovfTool/src/supportedVersions.h -#define VCDB_CURRENT_SCHEMA_VERSION 660 // from PitCADatabase.h +#define VCDB_CURRENT_SCHEMA_VERSION 661 // from PitCADatabase.h #define VPX_RELEASE_UPDATE "0" /* 0 = Pre-release/GA, 1 = Update 1 */ #define VPX_RELEASE_PATCH "0" /* 0 = experimental */ #define VPX_RELEASE VPX_RELEASE_UPDATE "." VPX_RELEASE_PATCH /* expected database version for current release */ -#define VPXD_VDB_DB_VERSION_ID 660 +#define VPXD_VDB_DB_VERSION_ID 661 #define VPXD_VDB_DB_VERSION_VALUE "VirtualCenter Database 6.6" // Virtual Appliance Patch Version Number