diff --git a/dev/release/README.md b/dev/release/README.md index 66ba1ec49..d6dc95aca 100644 --- a/dev/release/README.md +++ b/dev/release/README.md @@ -99,7 +99,7 @@ You must install the following to run the script: * `shasum` or `sha512sum` * `tar` * `cmake` (3.25 or higher) - * C++23 compliant compiler (GCC 13+ or Clang 16+) + * C++23 compliant compiler (GCC 14+, Clang 16+, MSVC 2022+) To verify a RC, run the following: diff --git a/mkdocs/docs/index.md b/mkdocs/docs/index.md index 5df1a6503..2e17cf28d 100644 --- a/mkdocs/docs/index.md +++ b/mkdocs/docs/index.md @@ -34,7 +34,7 @@ The Iceberg C++ Project is hosted on GitHub at [https://github.com/apache/iceber #### Prerequisites - CMake 3.25 or higher -- C++23 compliant compiler (GCC 11+, Clang 14+, MSVC 2022+) +- C++23 compliant compiler (GCC 14+, Clang 16+, MSVC 2022+) - Git #### Building from Source