https://bugs.documentfoundation.org/show_bug.cgi?id=145305
--- Comment #9 from Aron Budea <[email protected]> --- (In reply to Mike Kaganski from comment #6) > 2. You can't "merge" the fancy version and NT version, because it would > introduce *wrong* NT version, with potential to confuse and also to become > ambiguous if MS decides to create an NT version that coincides with such > home-made merged version (I mean, a string like "Windows 11 build 22000" is > invalid for what is currently reported like "Windows 10.0 build 22000"). As I understand, the version is something like 10.0.22000 (or even 10.0.22000.348, considering patch levels), and the About dialog already doesn't report version like that, taking it from a random bug report: "Windows 10.0 Build 22000". Perhaps some Win function returns the string like that, I haven't checked, however I'd see no problem with a simple substitution of "10.0" -> "11" in case when the build number is 22000 or higher. There's no need to do sub-version substitutions (eg. 21H2), and there's no need to prepare for an unforeseen future situation that'd have to violate a lot of previous practices to happen. -- You are receiving this mail because: You are the assignee for the bug.
