diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2024-03-28 19:43:57 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-28 19:43:57 +0100 |
| commit | d325c8ad23222f04d520e1c13fc45fea391587c1 (patch) | |
| tree | 9c056b773b31d6b8f4e858de9cd634edbaf1246a /src | |
| parent | 7325120ca9c552ea9934c4596e8d91bbafef1cf9 (diff) | |
| parent | b7fd51a251539d01772b8106d4080ad19b0596a5 (diff) | |
Merge pull request #3346 from laytan/add-macos-14.4.1
add MacOS 14.4.1 to sys/info and odin report
Diffstat (limited to 'src')
| -rw-r--r-- | src/bug_report.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bug_report.cpp b/src/bug_report.cpp index 7b4999943..e919ba67b 100644 --- a/src/bug_report.cpp +++ b/src/bug_report.cpp @@ -888,6 +888,7 @@ gb_internal void report_os_info() { {"23D56", {23, 3, 0}, "macOS", {"Sonoma", {14, 3, 0}}}, {"23D60", {23, 3, 0}, "macOS", {"Sonoma", {14, 3, 1}}}, {"23E214", {23, 4, 0}, "macOS", {"Sonoma", {14, 4, 0}}}, + {"23E224", {23, 4, 0}, "macOS", {"Sonoma", {14, 4, 1}}}, }; |