diff options
author | Joseph Myers <jsm28@cam.ac.uk> | 2000-11-10 19:01:31 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2000-11-10 19:01:31 +0000 |
commit | 9a5a13c9bd4171704993d570bb358424ec64ad4e (patch) | |
tree | 62969d28abd239c5788627f970ecc84ab28c3691 /gcc | |
parent | ca6c441841e8ca9d915dd771f111685dc2155d79 (diff) | |
download | gcc-9a5a13c9bd4171704993d570bb358424ec64ad4e.zip gcc-9a5a13c9bd4171704993d570bb358424ec64ad4e.tar.gz gcc-9a5a13c9bd4171704993d570bb358424ec64ad4e.tar.bz2 |
* gcc.texi, gcov.texi: Update dates and version numbers.
From-SVN: r37374
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/gcc.texi | 14 | ||||
-rw-r--r-- | gcc/gcov.texi | 2 |
3 files changed, 12 insertions, 8 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 40ce3a9..b94b70e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2000-11-10 Joseph S. Myers <jsm28@cam.ac.uk> + + * gcc.texi, gcov.texi: Update dates and version numbers. + 2000-11-10 Zack Weinberg <zack@wolery.stanford.edu> * configure.in: Remove AC_PROG_LEX and AC_PROG_YACC. Look for diff --git a/gcc/gcc.texi b/gcc/gcc.texi index 6e8972a..7f99ec4 100644 --- a/gcc/gcc.texi +++ b/gcc/gcc.texi @@ -146,16 +146,16 @@ instead of in the original English. @sp 2 @center Richard M. Stallman @sp 3 -@center Last updated 28 July 1999 +@center Last updated 10 November 2000 @sp 1 @c The version number appears five times more in this file. -@center for gcc-2.96 +@center for gcc-2.97 @page @vskip 0pt plus 1filll -Copyright @copyright{} 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1998, 1999 Free Software Foundation, Inc. +Copyright @copyright{} 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000 Free Software Foundation, Inc. @sp 2 -For GCC Version 2.96@* +For GCC Version 2.97@* @sp 1 Published by the Free Software Foundation @* 59 Temple Place - Suite 330@* @@ -192,19 +192,19 @@ instead of in the original English. @ifset USING This manual documents how to run, install and port the GNU compiler, as well as its new features and incompatibilities, and how to -report bugs. It corresponds to GCC version 2.96. +report bugs. It corresponds to GCC version 2.97. @end ifset @end ifset @ifclear INTERNALS This manual documents how to run and install the GNU compiler, as well as its new features and incompatibilities, and how to report -bugs. It corresponds to GCC version 2.96. +bugs. It corresponds to GCC version 2.97. @end ifclear @ifclear USING This manual documents how to port the GNU compiler, as well as its new features and incompatibilities, and how to report -bugs. It corresponds to GCC version 2.96. +bugs. It corresponds to GCC version 2.97. @end ifclear @menu diff --git a/gcc/gcov.texi b/gcc/gcov.texi index e5131ce..97316b7 100644 --- a/gcc/gcov.texi +++ b/gcc/gcov.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1996, 1997 Free Software Foundation, Inc. +@c Copyright (C) 1996, 1997, 1999, 2000 Free Software Foundation, Inc. @c This is part of the GCC manual. @c For copying conditions, see the file gcc.texi. |