From ebeeec8d6ddf4015cf2ef0538d31e4628fbee365 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 8 Jun 2026 20:28:05 +0200 Subject: [PATCH] INTERNALS.md tweak --- docs/INTERNALS.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/INTERNALS.md b/docs/INTERNALS.md index 8f9bf27c2e..a70c15affa 100644 --- a/docs/INTERNALS.md +++ b/docs/INTERNALS.md @@ -24,7 +24,7 @@ want it to remain functional and buildable with these and greater versions ## Dependencies -We aim to support these or greater versions. +We aim to support these or greater/later versions. - brotli 1.0.0 (2017-09-21) - c-ares 1.16.0 (2020-03-13) @@ -49,9 +49,9 @@ We aim to support these or greater versions. When writing code (mostly for generating stuff included in release tarballs) we use a few "build tools" and we make sure that we remain functional with -these versions: +these or greater/later versions: -- clang-tidy 17.0.0 (2023-09-19), recommended: 19.1.0 or greater (2024-09-17) +- clang-tidy 17.0.0 (2023-09-19), recommended: 19.1.0 (2024-09-17) - cmake 3.18 (2020-07-15) - GNU autoconf 2.59 (2003-11-06) - GNU automake 1.7 (2002-09-25)