From: Oliver Kurth Date: Fri, 27 Jul 2018 18:46:22 +0000 (-0700) Subject: Common header file change; not applicable to open-vm-tools. X-Git-Tag: stable-11.0.0~497 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8be65e2dc14e724e0b902669cd14ce431dd20c76;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 da207e2ec..5255518ee 100644 --- a/open-vm-tools/lib/include/vm_product_versions.h +++ b/open-vm-tools/lib/include/vm_product_versions.h @@ -158,8 +158,8 @@ */ #define WORKSTATION_VERSION_NUMBER "15.0.0" /* this version number should always match real WS version number */ #define WORKSTATION_VERSION "15.0.0" -#define PLAYER_VERSION_NUMBER "14.0.0" /* this version number should always match real Player version number */ -#define PLAYER_VERSION "e.x.p" +#define PLAYER_VERSION_NUMBER "15.0.0" /* this version number should always match real Player version number */ +#define PLAYER_VERSION "15.0.0" #define VMRC_VERSION_NUMBER "10.0.3" /* this version number should always match real VMRC version number */ #define VMRC_VERSION "10.0.3" #define FLEX_CLIENT_VERSION_NUMBER "8.0.0" @@ -390,7 +390,7 @@ * file. */ #define PRODUCT_MAC_DESKTOP_VERSION_STRING_FOR_LICENSE "11.0" -#define PRODUCT_PLAYER_VERSION_STRING_FOR_LICENSE "14.0" +#define PRODUCT_PLAYER_VERSION_STRING_FOR_LICENSE "15.0" #define PRODUCT_VMRC_VERSION_STRING_FOR_LICENSE "10.0" #define PRODUCT_FLEX_VERSION_STRING_FOR_LICENSE "8.0"