This is an automated email from the ASF dual-hosted git repository.
gangwu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-cpp.git
The following commit(s) were added to refs/heads/main by this push:
new 1e56803e chore(doc): fix minimum compiler version (#528)
1e56803e is described below
commit 1e56803e89d394eaee022454867a0ecd69baed15
Author: Zehua Zou <[email protected]>
AuthorDate: Mon Jan 26 14:05:32 2026 +0800
chore(doc): fix minimum compiler version (#528)
---
dev/release/README.md | 2 +-
mkdocs/docs/index.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev/release/README.md b/dev/release/README.md
index 66ba1ec4..d6dc95ac 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 5df1a650..2e17cf28 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