Deleted Added
full compact
version.c (146907) version.c (161660)
1/* $FreeBSD: head/contrib/gcc/version.c 146907 2005-06-03 03:52:25Z kan $ */
1/* $FreeBSD: head/contrib/gcc/version.c 161660 2006-08-26 21:37:21Z kan $ */
2#include "version.h"
3
4/* This is the string reported as the version number by all components
5 of the compiler. If you distribute a modified version of GCC,
6 please modify this string to indicate that, e.g. by putting your
7 organization's name in parentheses at the end of the string. */
8
2#include "version.h"
3
4/* This is the string reported as the version number by all components
5 of the compiler. If you distribute a modified version of GCC,
6 please modify this string to indicate that, e.g. by putting your
7 organization's name in parentheses at the end of the string. */
8
9const char version_string[] = "3.4.4 [FreeBSD] 20050518";
9const char version_string[] = "3.4.6 [FreeBSD] 20060825";
10
11/* This is the location of the online document giving instructions for
12 reporting bugs. If you distribute a modified version of GCC,
13 please change this to refer to a document giving instructions for
14 reporting bugs to you, not us. (You are of course welcome to
15 forward us bugs reported to you, if you determine that they are
16 not bugs in your modifications.) */
17
18const char bug_report_url[] = "<URL:http://gcc.gnu.org/bugs.html>";
10
11/* This is the location of the online document giving instructions for
12 reporting bugs. If you distribute a modified version of GCC,
13 please change this to refer to a document giving instructions for
14 reporting bugs to you, not us. (You are of course welcome to
15 forward us bugs reported to you, if you determine that they are
16 not bugs in your modifications.) */
17
18const char bug_report_url[] = "<URL:http://gcc.gnu.org/bugs.html>";