version.c revision 132736
1/* $FreeBSD: head/contrib/gcc/version.c 132736 2004-07-28 04:27:06Z 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
9const char version_string[] = "3.4.2 [FreeBSD] 20040728";
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>";
19