Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: set lower bound macOS version to 101000 #8318

Merged
merged 1 commit into from
Aug 2, 2023
Merged

fix: set lower bound macOS version to 101000 #8318

merged 1 commit into from
Aug 2, 2023

Conversation

kevinji
Copy link
Contributor

@kevinji kevinji commented Aug 1, 2023

macOS 10.7 actually has a version number of 1007, and it isn't until macOS 10.10 that version numbers start using 6 digits:

https://opensource.apple.com/source/xnu/xnu-3247.10.11/EXTERNAL_HEADERS/AvailabilityMacros.h.auto.html

This version "bump" actually preserves the existing behavior but makes it more clear.

macOS 10.7 actually has a version number of 1007, and it isn't until
macOS 10.10 that version numbers start using 6 digits:

https://opensource.apple.com/source/xnu/xnu-3247.10.11/EXTERNAL_HEADERS/AvailabilityMacros.h.auto.html

This version "bump" actually preserves the existing behavior but makes
it more clear.

Signed-off-by: Kevin Ji <1146876+kevinji@users.noreply.github.com>
@rgrinberg rgrinberg merged commit 727feed into ocaml:main Aug 2, 2023
@kevinji kevinji deleted the fix-macos-version-bound branch August 2, 2023 18:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants