From: Zebediah Figura Subject: [PATCH 1/2] ntdll: Bump the Windows 10 build number to 17763. Message-Id: <20200707150240.2174324-1-zfigura@codeweavers.com> Date: Tue, 7 Jul 2020 10:02:39 -0500 Corresponds with the "1809" release. Signed-off-by: Zebediah Figura --- dlls/ntdll/version.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/ntdll/version.c b/dlls/ntdll/version.c index 4fef2b5e439..46715575225 100644 --- a/dlls/ntdll/version.c +++ b/dlls/ntdll/version.c @@ -181,7 +181,7 @@ static const RTL_OSVERSIONINFOEXW VersionData[NB_WINDOWS_VERSIONS] = }, /* WIN10 */ { - sizeof(RTL_OSVERSIONINFOEXW), 10, 0, 0x42EE, VER_PLATFORM_WIN32_NT, + sizeof(RTL_OSVERSIONINFOEXW), 10, 0, 0x4563, VER_PLATFORM_WIN32_NT, {0}, 0, 0, VER_SUITE_SINGLEUSERTS, VER_NT_WORKSTATION, 0 }, -- 2.27.0