This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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






Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]