Update documentation to mention Visual Studio 2017 support

Extend the list of MSVS version to include the latest 2017 one.
This commit is contained in:
Tobias Taschner
2017-01-16 22:28:40 +01:00
committed by VZ
parent 3206df50c4
commit b026674913
4 changed files with 7 additions and 7 deletions

View File

@@ -79,7 +79,7 @@ wxWidgets first-tier "ports", ie implementations of wxWidgets API, are:
@li wxMSW: This is the native port for Microsoft Windows systems (from Windows
XP up to Windows 10), either 32 or 64 bits. The primarily supported compilers
are Microsoft Visual C++ (versions 2003 up to 2015 are supported, at least 2005
are Microsoft Visual C++ (versions 2003 up to 2017 are supported, at least 2005
is recommended) and GNU g++ (either from the traditional MinGW, TDM-GCC or
MinGW-w64 distributions).