From 60feb56b66e8b3b184b99a912d1f02d4721ad2ed Mon Sep 17 00:00:00 2001 From: Silas Date: Sun, 22 Feb 2026 13:54:07 +0000 Subject: [PATCH] Fix typo in MaintNotes regarding versioning scheme Corrected a typo in the versioning scheme description. Signed-off-by: bear8642 --- MaintNotes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MaintNotes b/MaintNotes index 12ba677c36273f..399d74807e5673 100644 --- a/MaintNotes +++ b/MaintNotes @@ -183,7 +183,7 @@ ready to be used in a production setting. Every now and then, a "feature release" is cut from the tip of this branch. They used to be named with three dotted decimal digits (e.g., "1.8.5"), but we have switched the versioning scheme and "feature releases" are named with -ttwo-dotted decimal digits (e.g. "2.53"), whose tag ends with ".0" +two-dotted decimal digits (e.g. "2.53"), whose tag ends with ".0" (e.g., "v2.53.0"). The last such release was Git 2.53, made on Feb 2nd, 2026. We aim to