Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ C++ implementation of [Apache Iceberg™](https://iceberg.apache.org/).

**Required:**

- C++23 compliant compiler (GCC 14+, Clang 16+, MSVC 2022+)
- C++23 compliant compiler (GCC 14+, Clang 18+, MSVC 2022+)
- CMake 3.25+ or Meson 1.5+
- [Ninja](https://ninja-build.org/) (recommended build backend)

Expand Down
2 changes: 1 addition & 1 deletion dev/release/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 14+, Clang 16+, MSVC 2022+)
* C++23 compliant compiler (GCC 14+, Clang 18+, MSVC 2022+)

To verify a RC, run the following:

Expand Down
2 changes: 1 addition & 1 deletion mkdocs/docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

**Required:**

- C++23 compliant compiler (GCC 14+, Clang 16+, MSVC 2022+)
- C++23 compliant compiler (GCC 14+, Clang 18+, MSVC 2022+)
- CMake 3.25+ or Meson 1.5+
- [Ninja](https://ninja-build.org/) (recommended build backend)

Expand Down
2 changes: 1 addition & 1 deletion mkdocs/docs/verify-rc.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ When a release candidate (RC) is published for a vote, community members are enc
- `shasum` or `sha512sum`
- `tar`
- CMake 3.25+
- C++23 compliant compiler (GCC 14+, Clang 16+, MSVC 2022+)
- C++23 compliant compiler (GCC 14+, Clang 18+, MSVC 2022+)

## Verification Steps

Expand Down
Loading