From 978a77ecb48f9328924e1959fd7660c5068aa35a Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 7 Jun 2022 00:11:03 +0200 Subject: [PATCH] Update gcc and clang versions to match the main README Use the correct versions in the release README and the announcement text too. --- docs/publicity/announce.txt | 2 +- docs/readme.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/publicity/announce.txt b/docs/publicity/announce.txt index ac6ad7b63e..254445d472 100644 --- a/docs/publicity/announce.txt +++ b/docs/publicity/announce.txt @@ -17,7 +17,7 @@ for the incomplete list of the most important ones and here is the maximally condensed summary of the changes compared to 3.0: - Build system improvements: support for new compilers (up to MSVS 2022, - g++ 11, clang 13) with an even simpler way of using wxWidgets from + g++ 12, clang 14) with an even simpler way of using wxWidgets from MSVS, with wxwidgets.props file, and OS versions as well as an entirely new CMake build system. - Support for native dark mode under macOS 10.14 Mojave and later and diff --git a/docs/readme.txt b/docs/readme.txt index d14a89d80a..f13abc15fc 100644 --- a/docs/readme.txt +++ b/docs/readme.txt @@ -68,7 +68,7 @@ improvements and even more bug fixes to list them all, but here is the maximally condensed summary: - Build system improvements: support for new compilers (up to MSVS 2022, - g++ 11, clang 13) with an even simpler way of using wxWidgets from + g++ 12, clang 14) with an even simpler way of using wxWidgets from MSVS, with wxwidgets.props file, and OS versions as well as an entirely new CMake build system. - Support for native dark mode under macOS 10.14 Mojave and later and