diff --git a/docs/doxygen/mainpages/introduction.h b/docs/doxygen/mainpages/introduction.h index c3308dadbe..f1529d786d 100644 --- a/docs/doxygen/mainpages/introduction.h +++ b/docs/doxygen/mainpages/introduction.h @@ -79,7 +79,7 @@ paragraphs, but here are some of the benefits: 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 +XP up to Windows 11), either 32 or 64 bits. The primarily supported compilers are Microsoft Visual C++ (versions 2005 up to 2022 are supported, at least 2010 is recommended) and GNU g++ (either from the traditional MinGW, TDM-GCC or MinGW-w64 distributions). diff --git a/docs/msw/install.md b/docs/msw/install.md index 515bb55a24..f4b3da62c0 100644 --- a/docs/msw/install.md +++ b/docs/msw/install.md @@ -1,7 +1,7 @@ Installing wxWidgets for Windows {#plat_msw_install} -------------------------------- -This is wxWidgets for Microsoft Windows (XP, Vista, 7, 8, 10, etc) +This is wxWidgets for Microsoft Windows (XP, Vista, 7, 8, 10, 11) including both 32 bit and 64 bit versions. [TOC]