summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2016-04-02 11:11:44 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2016-04-02 11:11:44 +0200
commit1d7c396a7b836060ab65154ae52712e8ff33e9a6 (patch)
tree2edf9312e7af52eedbc4c379b6a6b39fe0fd5819
parentbe2e7b31ef5217d0910c6794df674eecb8f61d91 (diff)
downloadgnutls-1d7c396a7b836060ab65154ae52712e8ff33e9a6.tar.gz
corrected the oldest supported release
-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>