diff options
author | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-04-22 08:14:03 +0000 |
---|---|---|
committer | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-04-22 08:14:03 +0000 |
commit | ce03e3508506a927c5231f4c85b6db6ca155a08f (patch) | |
tree | 8d6af20071b6167c3e8557502c6e4d50d2515fad /contrib/gennews | |
parent | 10f2bf102d974f402f1a7a8d2dd3525f7dc6b093 (diff) | |
download | gcc-ce03e3508506a927c5231f4c85b6db6ca155a08f.tar.gz |
* gennews (files): Add files for GCC 5.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@222309 138bc75d-0d04-0410-961f-82ee72b054a4
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 7d69fd3049f..16fcd45c59a 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-2014 Free Software Foundation, Inc. +# Copyright (C) 2000-2015 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-5/index.html gcc-5/changes.html gcc-4.9/index.html gcc-4.9/changes.html gcc-4.8/index.html gcc-4.8/changes.html gcc-4.7/index.html gcc-4.7/changes.html |