Skip to content

Commit

Permalink
Add Windows Server 2025 build number
Browse files Browse the repository at this point in the history
Signed-off-by: David Warner <[email protected]>
  • Loading branch information
Quppa authored and github-cygwin committed Nov 19, 2024
1 parent b09ff5a commit b267264
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions winsup/utils/mingw/cygcheck.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1460,6 +1460,8 @@ dump_sysinfo ()
strcpy (osname, "Server 2019");
else if (osversion.dwBuildNumber <= 20348)
strcpy (osname, "Server 2022");
else if (osversion.dwBuildNumber <= 26100)
strcpy (osname, "Server 2025");
else
strcpy (osname, "Server 20??");
}
Expand Down

0 comments on commit b267264

Please sign in to comment.