From 79a76d653a725b128f216aaf5972c02609d58b95 Mon Sep 17 00:00:00 2001 From: Mark Mitchell Date: Fri, 16 Jan 2004 19:41:35 +0000 Subject: [PATCH] version.c (version_string): Change to 3.5.0. * version.c (version_string): Change to 3.5.0. * doc/include/gcc-common.texi (version-GCC): Likewise. From-SVN: r75992 --- gcc/ChangeLog | 5 +++++ gcc/doc/include/gcc-common.texi | 2 +- gcc/version.c | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 522fb913f5a..798474fcb3a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2004-01-16 Mark Mitchell + + * version.c (version_string): Change to 3.5.0. + * doc/include/gcc-common.texi (version-GCC): Likewise. + 2004-01-16 Jan Hubicka * i386.md (load_tp_di): Fix pasto. diff --git a/gcc/doc/include/gcc-common.texi b/gcc/doc/include/gcc-common.texi index 2d934bda540..68451dc18ba 100644 --- a/gcc/doc/include/gcc-common.texi +++ b/gcc/doc/include/gcc-common.texi @@ -4,7 +4,7 @@ @c Common values used in the GCC manuals: -@set version-GCC 3.4.0 +@set version-GCC 3.5.0 @c DEVELOPMENT is set to indicate an in-development version, @c as compared to a release version. When making a release diff --git a/gcc/version.c b/gcc/version.c index 45303176bb0..2bd5b29b9ce 100644 --- a/gcc/version.c +++ b/gcc/version.c @@ -5,7 +5,7 @@ please modify this string to indicate that, e.g. by putting your organization's name in parentheses at the end of the string. */ -const char version_string[] = "3.4.0 20040116 (experimental)"; +const char version_string[] = "3.5.0 20040116 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, -- 2.30.2