diff options
| author | Laytan Laats <laytanlaats@hotmail.com> | 2024-11-26 18:46:27 +0100 |
|---|---|---|
| committer | Laytan Laats <laytanlaats@hotmail.com> | 2024-11-26 18:46:27 +0100 |
| commit | 767daf4a9ce34fd85f116f9eb50bb1783cb185b7 (patch) | |
| tree | fb50d5795e4ef89575adab796b3a2ce27ac262e9 /src | |
| parent | 9115c7aa1395f8be2c583a28a6be6a5542704169 (diff) | |
add macos 15.1.1 to odin report and sys/info
Diffstat (limited to 'src')
| -rw-r--r-- | src/bug_report.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bug_report.cpp b/src/bug_report.cpp index d4517f9e3..6ce696c3d 100644 --- a/src/bug_report.cpp +++ b/src/bug_report.cpp @@ -916,6 +916,8 @@ gb_internal void report_os_info() { {"24A335", {24, 0, 0}, "macOS", {"Sequoia", {15, 0, 0}}}, {"24A348", {24, 0, 0}, "macOS", {"Sequoia", {15, 0, 1}}}, {"24B83", {24, 1, 0}, "macOS", {"Sequoia", {15, 1, 0}}}, + {"24B91", {24, 1, 0}, "macOS", {"Sequoia", {15, 1, 1}}}, + {"24B2091", {24, 1, 0}, "macOS", {"Sequoia", {15, 1, 1}}}, }; |