This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: gcc/gcc version.c
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: mmitchel at gcc dot gnu dot org
- Cc: Andrew Pinski <pinskia at physics dot uc dot edu>, gcc at gcc dot gnu dot org
- Date: Tue, 13 May 2003 16:30:14 -0400
- Subject: Re: gcc/gcc version.c
This messed up the bug_report_url string.
@@ -15,4 +15,4 @@
forward us bugs reported to you, if you determine that they are
not bugs in your modifications.) */
-const char bug_report_url[] = "<URL:http://gcc.gnu.org/bugs.html>";
+const char bug_report_url[] = "3.3";
Thanks,
Andrew Pinski
On Tuesday, May 13, 2003, at 16:24 US/Eastern, mmitchel@gcc.gnu.org
wrote:
CVSROOT: /cvs/gcc
Module name: gcc
Branch: gcc-3_3-branch
Changes by: mmitchel@gcc.gnu.org 2003-05-13 20:24:39
Modified files:
gcc : version.c
Log message:
Update version
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/
version.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-
branch&r1=1.1810.2.152&r2=1.1810.2.153