Version # tweaks...

From-SVN: r23486
diff --git a/gcc/README b/gcc/README
index fe0ac0b..78d3ef6 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 c5bba78a..da98bd9 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 90fe3d1..7e89624 100644
--- a/gcc/gcc.texi
+++ b/gcc/gcc.texi
@@ -150,7 +150,7 @@
 @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 @@
 @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 417646e..f198fcb 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)";