On Sat Jan 21 19:39:51 2023 +0000, Jinoh Kang wrote:
There are plenty of other DLLs with their version set to Windows 7. Other DLLs have different Windows versions, including Windows XP, Vista, 7, 8, and 10. Please explain why bumping the version of ntoskrnl is necessary in your commit message. Also, I'm not sure if anything depends on the version, and if it does, the version bump may cause a regression due to unimplemented APIs.
I thought it could help with some software that is expecting windows 10, and ntoskrnl.exe is still updated with every windows release, so I think it's a good idea to update the version number **after** the code freeze so we can catch regressions before we release a stable version of wine.
this will probably be the last time it needs updating since microsoft probably won't make a windows NT 11.