From: Jeff Law Date: Sun, 1 Nov 1998 10:38:50 +0000 (-0700) Subject: Version # tweaks... X-Git-Tag: prereleases/egcs-1.1.1-prerelease~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b9db4a2b3be0105812104f4b6f9a4c310b3e1b1;p=thirdparty%2Fgcc.git Version # tweaks... From-SVN: r23486 --- diff --git a/gcc/README b/gcc/README index fe0ac0b9f62a..78d3ef6dd379 100644 --- a/gcc/README +++ b/gcc/README @@ -1,4 +1,4 @@ -This directory contains the egcs version 1.1 release of the GNU C +This directory contains the egcs version 1.1.1 release of the GNU C compiler. It includes all of the support for compiling C++ and Objective C, including a run-time library for Objective C. diff --git a/gcc/gcc.1 b/gcc/gcc.1 index c5bba78a50d3..da98bd993e74 100644 --- a/gcc/gcc.1 +++ b/gcc/gcc.1 @@ -23,7 +23,7 @@ .Id $Id: gcc.1,v 1.9 1998/12/16 20:55:57 law Exp $ .TH GCC 1 "\*(Dt" "GNU Tools" "GNU Tools" .SH NAME -gcc, g++ \- GNU project C and C++ Compiler (egcs-1.1) +gcc, g++ \- GNU project C and C++ Compiler (egcs-1.1.1) .SH SYNOPSIS .B gcc .RI "[ " option " | " filename " ].\|.\|." diff --git a/gcc/gcc.texi b/gcc/gcc.texi index 90fe3d179767..7e8962447413 100644 --- a/gcc/gcc.texi +++ b/gcc/gcc.texi @@ -150,7 +150,7 @@ instead of in the original English. @sp 1 @c The version number appears five times more in this file. -@center for egcs-1.1 +@center for egcs-1.1.1 @page @vskip 0pt plus 1filll Copyright @copyright{} 1988, 89, 92, 93, 94, 95, 96, 98 Free Software Foundation, Inc. @@ -194,19 +194,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 EGCS version 1.1. +report bugs. It corresponds to EGCS version 1.1.1. @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 EGCS version 1.1. +bugs. It corresponds to EGCS version 1.1.1. @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 EGCS version 1.1. +bugs. It corresponds to EGCS version 1.1.1. @end ifclear @end ifinfo diff --git a/gcc/version.c b/gcc/version.c index 417646e1a635..f198fcba899a 100644 --- a/gcc/version.c +++ b/gcc/version.c @@ -1 +1 @@ -char *version_string = "egcs-2.91.58 19980901 (egcs-1.1.1 pre-release)"; +char *version_string = "egcs-2.91.58 19981101 (egcs-1.1.1 pre-release)";