We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb7dead commit 1e56803Copy full SHA for 1e56803
dev/release/README.md
@@ -99,7 +99,7 @@ You must install the following to run the script:
99
* `shasum` or `sha512sum`
100
* `tar`
101
* `cmake` (3.25 or higher)
102
- * C++23 compliant compiler (GCC 13+ or Clang 16+)
+ * C++23 compliant compiler (GCC 14+, Clang 16+, MSVC 2022+)
103
104
To verify a RC, run the following:
105
mkdocs/docs/index.md
@@ -34,7 +34,7 @@ The Iceberg C++ Project is hosted on GitHub at [https://github.com/apache/iceber
34
#### Prerequisites
35
36
- CMake 3.25 or higher
37
-- C++23 compliant compiler (GCC 11+, Clang 14+, MSVC 2022+)
+- C++23 compliant compiler (GCC 14+, Clang 16+, MSVC 2022+)
38
- Git
39
40
#### Building from Source
0 commit comments