From b47161ec35cde757d0566f680bcafac7d4661603 Mon Sep 17 00:00:00 2001 From: Marcelo Abreu Date: Wed, 26 Mar 2003 01:39:49 +0000 Subject: [PATCH] re PR other/10203 (version.c: bug_report_url is outdated) 2003-03-25 Marcelo Abreu PR other/10203 * version.c: Reference the GCC web site in the URL. From-SVN: r64883 --- gcc/ChangeLog | 5 +++++ gcc/version.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 22da0353489..0dad05079cb 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2003-03-25 Marcelo Abreu + + PR other/10203 + * version.c: Reference the GCC web site in the URL. + 2003-03-26 Alan Modra * c-incpath.c (add_standard_paths): Add both "translated" and diff --git a/gcc/version.c b/gcc/version.c index 41d8b3ca829..08cee5c1a6e 100644 --- a/gcc/version.c +++ b/gcc/version.c @@ -15,4 +15,4 @@ const char version_string[] = "3.4 20030326 (experimental)"; forward us bugs reported to you, if you determine that they are not bugs in your modifications.) */ -const char bug_report_url[] = ""; +const char bug_report_url[] = ""; -- 2.30.2