diff options
author | Jakub Jelinek <jakub@redhat.com> | 2022-05-06 08:44:43 +0200 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2022-05-06 08:44:43 +0200 |
commit | 8025f29fbd8f87e27354b69d0bc9eb8d1aeae94c (patch) | |
tree | c05d76e2317b851c7278c3f3a3262d2ad97947f8 /contrib/gennews | |
parent | ab869e7f7548537a16b57658fb0826f92b3d2af6 (diff) | |
download | gcc-8025f29fbd8f87e27354b69d0bc9eb8d1aeae94c.tar.gz |
Update gennews for GCC 12.
2022-05-06 Jakub Jelinek <jakub@redhat.com>
* gennews (files): Add files for GCC 12.
Diffstat (limited to 'contrib/gennews')
-rwxr-xr-x | contrib/gennews | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/gennews b/contrib/gennews index cd773cdfea1..635a79b96f0 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-2021 Free Software Foundation, Inc. +# Copyright (C) 2000-2022 Free Software Foundation, Inc. # This file is part of GCC. # # GCC is free software; you can redistribute it and/or modify @@ -23,6 +23,7 @@ website=http://gcc.gnu.org/ files=" + gcc-12/index.html gcc-12/changes.html gcc-11/index.html gcc-11/changes.html gcc-10/index.html gcc-10/changes.html gcc-9/index.html gcc-9/changes.html |