Skip to content

Commit ea29412

Browse files
jgautier-anssifabienfl-orc
authored andcommitted
OrcLib: SystemDetails: add W11 24H2 release tags
1 parent 75cac40 commit ea29412

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/OrcLib/SystemDetails.cpp

+5
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ bool SystemDetails::IsKnownWindowsBuild(uint32_t build)
258258
{
259259
switch (build)
260260
{
261+
case 26100:
261262
case 22631:
262263
case 22621:
263264
case 22000:
@@ -309,6 +310,10 @@ void SystemDetails::GetTagsFromBuildId(uint32_t ProductType, uint32_t build, Sys
309310

310311
switch (build)
311312
{
313+
case 26100:
314+
tags.insert(L"Windows11");
315+
tags.insert(L"Release#24H2");
316+
break;
312317
case 22631:
313318
tags.insert(L"Windows11");
314319
tags.insert(L"Release#23H2");

0 commit comments

Comments
 (0)