Skip to content

Commit 0861692

Browse files
committed
partial bitcoin#30263: Bump clang minimum supported version to 16
excludes: - 9999dbc - fa8f532
1 parent 5e7e563 commit 0861692

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ You can find installation instructions in the `build-*.md` file for your platfor
88
| --- | --- |
99
| [Autoconf](https://www.gnu.org/software/autoconf/) | [2.69](https://github.com/bitcoin/bitcoin/pull/17769) |
1010
| [Automake](https://www.gnu.org/software/automake/) | [1.13](https://github.com/bitcoin/bitcoin/pull/18290) |
11-
| [Clang](https://clang.llvm.org) | [15.0](https://github.com/bitcoin/bitcoin/pull/29165) |
11+
| [Clang](https://clang.llvm.org) | [16.0](https://github.com/bitcoin/bitcoin/pull/30263) |
1212
| [GCC](https://gcc.gnu.org) | [11.1](https://github.com/bitcoin/bitcoin/pull/29091) |
1313
| [Python](https://www.python.org) (scripts, tests) | [3.9](https://github.com/bitcoin/bitcoin/pull/28211) |
1414
| [systemtap](https://sourceware.org/systemtap/) ([tracing](tracing.md))| N/A |

doc/release-notes-6389.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Build
22
-----
33

4-
GCC 11.1 or later, or Clang 15+ or later, are now required to compile Dash Core.
4+
GCC 11.1 or later, or Clang 16.0 or later, are now required to compile Dash Core.

0 commit comments

Comments
 (0)