diff options
author | Joseph Myers <jsm28@cam.ac.uk> | 2001-06-07 19:17:38 +0100 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2001-06-07 19:17:38 +0100 |
commit | 47c2a318dd7d75b6a44dc12c2d1f9cbf01069159 (patch) | |
tree | 1d09981b980345525700931af89702771f81dcb9 /contrib/gennews | |
parent | fee013ef9c3eda9f8822c257847a8b6c2dc071b7 (diff) | |
download | gcc-47c2a318dd7d75b6a44dc12c2d1f9cbf01069159.zip gcc-47c2a318dd7d75b6a44dc12c2d1f9cbf01069159.tar.gz gcc-47c2a318dd7d75b6a44dc12c2d1f9cbf01069159.tar.bz2 |
gennews: Update for GCC 3.0.
contrib:
* gennews: Update for GCC 3.0.
gcc:
* NEWS: Regenerate.
From-SVN: r42975
Diffstat (limited to 'contrib/gennews')
-rwxr-xr-x | contrib/gennews | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/gennews b/contrib/gennews index 8d4b2a2..784bdf3 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 Free Software Foundation, Inc. +# Copyright (C) 2000, 2001 Free Software Foundation, Inc. # This file is part of GNU CC. # # GNU CC is free software; you can redistribute it and/or modify @@ -22,7 +22,8 @@ # Boston, MA 02111-1307, USA. website=http://gcc.gnu.org/ -files="gcc-2.95/gcc-2.95.3.html gcc-2.95/gcc-2.95.2.html +files="gcc-3.0/gcc-3.0.html gcc-3.0/features.html gcc-3.0/caveats.html + gcc-2.95/gcc-2.95.3.html gcc-2.95/gcc-2.95.2.html gcc-2.95/gcc-2.95.1.html gcc-2.95/gcc-2.95.html gcc-2.95/features.html gcc-2.95/caveats.html egcs-1.1/egcs-1.1.2.html egcs-1.1/egcs-1.1.1.html egcs-1.1/egcs-1.1.html |