File 4312-Fix-re-replacement-version-in-upcoming-incompatibili.patch of Package erlang
From 3b3b0ce873268b1396147dbd0199a46a6cab24df Mon Sep 17 00:00:00 2001
From: Maria Scott <maria-12648430@hnc-agency.org>
Date: Mon, 24 Jun 2024 07:03:01 +0200
Subject: [PATCH] Fix re replacement version in upcoming incompatibilities
---
system/doc/general_info/upcoming_incompatibilities.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/system/doc/general_info/upcoming_incompatibilities.xml b/system/doc/general_info/upcoming_incompatibilities.xml
index ed149308cb..1c63273453 100644
--- a/system/doc/general_info/upcoming_incompatibilities.xml
+++ b/system/doc/general_info/upcoming_incompatibilities.xml
@@ -76,7 +76,7 @@ which will have the same meaning before and after Erlang/OTP 27.
<p>The functionality of module <seeerl
marker="stdlib:re"><c>re</c></seeerl> is currently provided by
the PCRE library, which is no longer actively
- maintained. Therefore, in OTP 27, we will switch to a different
+ maintained. Therefore, in OTP 28, we will switch to a different
regular expression library.</p>
<p>The source code for PCRE used by the <c>re</c> module has
--
2.35.3