version.c revision 117411
1/* $FreeBSD: head/contrib/gcc/version.c 117411 2003-07-11 04:37:16Z kan $ */
2
3#include "ansidecl.h"
4#include "version.h"
5
6/* This is the string reported as the version number by all components
7   of the compiler.  If you distribute a modified version of GCC,
8   please modify this string to indicate that, e.g. by putting your
9   organization's name in parentheses at the end of the string.  */
10
11const char version_string[] = "3.3.1 [FreeBSD] 20030711 (prerelease)";
12
13/* This is the location of the online document giving instructions for
14   reporting bugs.  If you distribute a modified version of GCC,
15   please change this to refer to a document giving instructions for
16   reporting bugs to you, not us.  (You are of course welcome to
17   forward us bugs reported to you, if you determine that they are
18   not bugs in your modifications.)  */
19
20const char bug_report_url[] = "<URL:http://gcc.gnu.org/bugs.html>";
21