Skip to content

Commit 1e56803

Browse files
authored
chore(doc): fix minimum compiler version (#528)
1 parent fb7dead commit 1e56803

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev/release/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ You must install the following to run the script:
9999
* `shasum` or `sha512sum`
100100
* `tar`
101101
* `cmake` (3.25 or higher)
102-
* C++23 compliant compiler (GCC 13+ or Clang 16+)
102+
* C++23 compliant compiler (GCC 14+, Clang 16+, MSVC 2022+)
103103

104104
To verify a RC, run the following:
105105

mkdocs/docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The Iceberg C++ Project is hosted on GitHub at [https://github.com/apache/iceber
3434
#### Prerequisites
3535

3636
- CMake 3.25 or higher
37-
- C++23 compliant compiler (GCC 11+, Clang 14+, MSVC 2022+)
37+
- C++23 compliant compiler (GCC 14+, Clang 16+, MSVC 2022+)
3838
- Git
3939

4040
#### Building from Source

0 commit comments

Comments
 (0)