From: Oliver Kurth Date: Mon, 3 Jun 2019 20:39:44 +0000 (-0700) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-11.0.0~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d5e8c618131e3899f3c30c91722e1df4e1162e9;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 871248789..4aa376878 100644 --- a/open-vm-tools/lib/include/hostinfo.h +++ b/open-vm-tools/lib/include/hostinfo.h @@ -114,6 +114,7 @@ enum { HOSTINFO_OS_VERSION_MACOS_10_11 = 15, HOSTINFO_OS_VERSION_MACOS_10_12 = 16, HOSTINFO_OS_VERSION_MACOS_10_13 = 17, + HOSTINFO_OS_VERSION_MACOS_10_14 = 18, }; int Hostinfo_OSVersion(unsigned int i);