diff mbox series

[committed] wwwdocs: Update examples for branches and tags to newer ones.

Message ID 20200531111216.ABF7833E13@hamza.pair.com
State New
Headers show
Series [committed] wwwdocs: Update examples for branches and tags to newer ones. | expand

Commit Message

Gerald Pfeifer May 31, 2020, 11:11 a.m. UTC
Pushed.

---
 htdocs/git.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
diff mbox series

Patch

diff --git a/htdocs/git.html b/htdocs/git.html
index bec93ead..8c28bc02 100644
--- a/htdocs/git.html
+++ b/htdocs/git.html
@@ -146,12 +146,12 @@  series, <em>Y</em> is always nonzero and <em>Z</em> is always zero for
 a release, with other version numbers being used for development
 versions.)</p>
 
-<p>The following list provides some representative examples:</p>
+<p>The following are some representative examples:</p>
 
 <ul>
+  <li>releases/gcc-10 (a branch)</li>
   <li>releases/gcc-9 (a branch)</li>
-  <li>releases/gcc-8 (a branch)</li>
-  <li>releases/gcc-7.5.0 (a tag)</li>
+  <li>releases/gcc-9.3.0 (a tag)</li>
   <li>releases/gcc-4.9 (a branch)</li>
   <li>releases/gcc-4.9.0 (a tag)</li>
 </ul>