diff options
author | Jakub Jelinek <jakub@redhat.com> | 2021-04-27 11:01:25 +0200 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2021-04-27 11:02:27 +0200 |
commit | bbadf83e5a2a1e3bf713dd41391e149aea2d61db (patch) | |
tree | c8df8b78a8cc714905bb61b50ab7520770f862b7 /contrib | |
parent | 3bc0d418a5d214a8ba57857656ca5c618df1a4bb (diff) | |
download | gcc-bbadf83e5a2a1e3bf713dd41391e149aea2d61db.zip gcc-bbadf83e5a2a1e3bf713dd41391e149aea2d61db.tar.gz gcc-bbadf83e5a2a1e3bf713dd41391e149aea2d61db.tar.bz2 |
Update gennews for GCC 10 and GCC 11.
2021-04-27 Jakub Jelinek <jakub@redhat.com>
* gennews (files): Add files for GCC 10 and GCC 11.
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/gennews | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/gennews b/contrib/gennews index be8b55f..cd773cd 100755 --- a/contrib/gennews +++ b/contrib/gennews @@ -3,7 +3,7 @@ # Script to generate the NEWS file from online release notes. # Contributed by Joseph Myers <jsm28@cam.ac.uk>. # -# Copyright (C) 2000-2019 Free Software Foundation, Inc. +# Copyright (C) 2000-2021 Free Software Foundation, Inc. # This file is part of GCC. # # GCC is free software; you can redistribute it and/or modify @@ -23,6 +23,8 @@ website=http://gcc.gnu.org/ files=" + gcc-11/index.html gcc-11/changes.html + gcc-10/index.html gcc-10/changes.html gcc-9/index.html gcc-9/changes.html gcc-8/index.html gcc-8/changes.html gcc-7/index.html gcc-7/changes.html |