From: Oliver Kurth Date: Fri, 2 Aug 2019 18:07:21 +0000 (-0700) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-11.1.0~275 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=739d07bc394e732dea2f40d22a4d2879d90d85a4;p=thirdparty%2Fopen-vm-tools.git Common header file change not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/hostinfo.h b/open-vm-tools/lib/include/hostinfo.h index 4aa376878..bc42f464f 100644 --- a/open-vm-tools/lib/include/hostinfo.h +++ b/open-vm-tools/lib/include/hostinfo.h @@ -115,6 +115,7 @@ enum { HOSTINFO_OS_VERSION_MACOS_10_12 = 16, HOSTINFO_OS_VERSION_MACOS_10_13 = 17, HOSTINFO_OS_VERSION_MACOS_10_14 = 18, + HOSTINFO_OS_VERSION_MACOS_10_15 = 19, }; int Hostinfo_OSVersion(unsigned int i);