From 30ff3273d55e9196702f4ee56f1a4f0fcdf1774a Mon Sep 17 00:00:00 2001 From: mrs Date: Thu, 9 Sep 2004 23:28:09 +0000 Subject: [PATCH] * version.c (version_string): Bump to 4.0.0. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@87260 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 4 ++++ gcc/version.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 319bf11396a..ecc4b77bacc 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-09-09 Mike Stump + + * version.c (version_string): Bump to 4.0.0. + 2004-09-10 Jakub Jelinek * doc/extend.texi (nothrow attribute): The attribute is not diff --git a/gcc/version.c b/gcc/version.c index 78802aaba14..ff08f99a05a 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.5.0 20040909 (experimental)"; +const char version_string[] = "4.0.0 20040909 (experimental)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, -- 2.11.0