From c6ae34602880cc5ca3742a387cad60e651d67e19 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 2 Jul 2019 12:10:36 +0200 Subject: [PATCH] Update the latest supported MSVS version in top-level README too --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b3c9bcb231..df2e8bd46d 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ This version of wxWidgets supports the following primary platforms: Most popular C++ compilers are supported including but not limited to: -- Microsoft Visual C++ 2003 or later (up to 2017). +- Microsoft Visual C++ 2003 or later (up to 2019). - g++ 3.4 or later, including MinGW/MinGW-64/TDM under Windows. - Clang under OS X and Linux. - Intel icc compiler.