diff options
author | Jonathan Corbet <corbet@lwn.net> | 2021-10-05 01:44:16 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2021-10-05 01:44:16 +0300 |
commit | b718f9d919d16fb7b97a890f74d34593d9cecd20 (patch) | |
tree | ed38d58283ae36e0478bac2e0d244e06dbcc2f1c /Documentation/process | |
parent | 250a0a5ba9d2cfbdb7c77b421ff1e03d630bea46 (diff) | |
parent | 9e1ff307c779ce1f0f810c7ecce3d95bbae40896 (diff) | |
download | linux-b718f9d919d16fb7b97a890f74d34593d9cecd20.tar.xz |
Merge tag 'v5.15-rc4' into docs-next
This is needed to get a docs fix that entered via the DRM tree; testers
have requested it so that PDF builds in docs-next work again.
Diffstat (limited to 'Documentation/process')
-rw-r--r-- | Documentation/process/changes.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/process/changes.rst b/Documentation/process/changes.rst index d3a8557b66a1..e35ab74a0f80 100644 --- a/Documentation/process/changes.rst +++ b/Documentation/process/changes.rst @@ -29,7 +29,7 @@ you probably needn't concern yourself with pcmciautils. ====================== =============== ======================================== Program Minimal version Command to check the version ====================== =============== ======================================== -GNU C 4.9 gcc --version +GNU C 5.1 gcc --version Clang/LLVM (optional) 10.0.1 clang --version GNU make 3.81 make --version binutils 2.23 ld -v |