From: Zebediah Figura Subject: [PATCH 2/2] winecfg: Bump the Windows 10 build number to 17763. Message-Id: <20200707150240.2174324-2-zfigura@codeweavers.com> Date: Tue, 7 Jul 2020 10:02:40 -0500 In-Reply-To: <20200707150240.2174324-1-zfigura@codeweavers.com> References: <20200707150240.2174324-1-zfigura@codeweavers.com> Corresponds with the "1809" release. Signed-off-by: Zebediah Figura --- programs/winecfg/appdefaults.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/winecfg/appdefaults.c b/programs/winecfg/appdefaults.c index dd3480cd635..5384e0746ab 100644 --- a/programs/winecfg/appdefaults.c +++ b/programs/winecfg/appdefaults.c @@ -50,7 +50,7 @@ struct win_version static const struct win_version win_versions[] = { - { "win10", "Windows 10", 10, 0, 0x42EE,VER_PLATFORM_WIN32_NT, "", 0, 0, "WinNT"}, + { "win10", "Windows 10", 10, 0, 0x4563,VER_PLATFORM_WIN32_NT, "", 0, 0, "WinNT"}, { "win81", "Windows 8.1", 6, 3, 0x2580,VER_PLATFORM_WIN32_NT, "", 0, 0, "WinNT"}, { "win8", "Windows 8", 6, 2, 0x23F0,VER_PLATFORM_WIN32_NT, "", 0, 0, "WinNT"}, { "win2008r2", "Windows 2008 R2", 6, 1, 0x1DB1,VER_PLATFORM_WIN32_NT, "Service Pack 1", 1, 0, "ServerNT"}, -- 2.27.0