|
|
|
|
|
by asveikau
2152 days ago
|
|
Yeah, in early prerelease they had 7 report as 7.0. But the story goes there was buggy code out there that said: if (major == 6)
{
// Do the thing that works on Vista
}
else
{
// Do the thing that only worked on XP and earlier
}
And they wanted Win7 to hit the Vista-ready code. So they kept major at 6 for a long time. I guess they stopped caring for Win10. |
|
Windows 4.9 could load drivers for 4.0. 5.2 could load drivers for 5.0. 6.3 could load drivers for 6.0...
Windows 10... can still load 6.x drivers, but it bumped the internal version number to 10.0. It is worked around because without an explicit "I'm Windows 10-compatible!" manifest, the OS just lies and reports an internal version of 6.3, along with the ProductName string remaining "Windows 8.1"