summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel.html2
-rw-r--r--devel.wml2
2 files changed, 2 insertions, 2 deletions
diff --git a/devel.html b/devel.html
index 12f8353d2f..a136ca496f 100644
--- a/devel.html
+++ b/devel.html
@@ -54,7 +54,7 @@
<h1>Reporting bugs</h1>
To report a bug, in addition to describing the issue, please:
<ul>
-<li>Provide the version of the library the bug is present on (the oldest supported release is 3.4.x), and try to detect the version the bug was introduced, e.g., using git-bisect.</li>
+<li>Provide the version of the library the bug is present on (the oldest supported release is 3.3.x), and try to detect the version the bug was introduced, e.g., using git-bisect.</li>
<li>Provide a way to reproduce the issue; e.g., a small program which reproduces it.</li>
<li>Use <a href="https://gitlab.com/gnutls/gnutls/issues">our issue tracker</a>
or the <a href="mailto:bugs@gnutls.org">bug report address</a> for non-public issues.</li>
diff --git a/devel.wml b/devel.wml
index c42e21beaf..e4fb4b78c9 100644
--- a/devel.wml
+++ b/devel.wml
@@ -3,7 +3,7 @@
<h1>Reporting bugs</h1>
To report a bug, in addition to describing the issue, please:
<ul>
-<li>Provide the version of the library the bug is present on (the oldest supported release is $(STABLE_VER).x), and try to detect the version the bug was introduced, e.g., using git-bisect.</li>
+<li>Provide the version of the library the bug is present on (the oldest supported release is $(STABLE_OLD_VER).x), and try to detect the version the bug was introduced, e.g., using git-bisect.</li>
<li>Provide a way to reproduce the issue; e.g., a small program which reproduces it.</li>
<li>Use <a href="https://gitlab.com/gnutls/gnutls/issues">our issue tracker</a>
or the <a href="mailto:$(EMAIL)">bug report address</a> for non-public issues.</li>