diff options
| author | Laytan Laats <laytanlaats@hotmail.com> | 2024-11-26 18:46:27 +0100 |
|---|---|---|
| committer | flysand7 <thebumboni@gmail.com> | 2024-12-01 11:54:56 +1100 |
| commit | 5a201d588b1d2b33eb9b7825d70c3942875b534d (patch) | |
| tree | e9c5da5df838e330e40efaed9e4da4b63fd1de3d /src/bug_report.cpp | |
| parent | 1be9833073bc34f748317f8e2beecae506a3f619 (diff) | |
add macos 15.1.1 to odin report and sys/info
Diffstat (limited to 'src/bug_report.cpp')
| -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}}}, }; |