From: John Wolfe Date: Tue, 21 Jul 2020 18:53:00 +0000 (-0700) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-11.2.0~127 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e6bd1e045daeb194d624bf09a768f60a199b223;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 cc85a0c66..5c573f784 100644 --- a/open-vm-tools/lib/include/hostinfo.h +++ b/open-vm-tools/lib/include/hostinfo.h @@ -1,5 +1,5 @@ /********************************************************* - * Copyright (C) 1998-2019 VMware, Inc. All rights reserved. + * Copyright (C) 1998-2020 VMware, Inc. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published @@ -116,6 +116,7 @@ enum { HOSTINFO_OS_VERSION_MACOS_10_13 = 17, HOSTINFO_OS_VERSION_MACOS_10_14 = 18, HOSTINFO_OS_VERSION_MACOS_10_15 = 19, + HOSTINFO_OS_VERSION_MACOS_11 = 20, }; int Hostinfo_OSVersion(unsigned int i);