2002-05-11 00:25:50 +00:00
|
|
|
/* $FreeBSD$ */
|
2002-02-01 18:16:02 +00:00
|
|
|
#include "version.h"
|
|
|
|
|
2003-07-11 04:37:16 +00:00
|
|
|
/* This is the string reported as the version number by all components
|
|
|
|
of the compiler. If you distribute a modified version of GCC,
|
|
|
|
please modify this string to indicate that, e.g. by putting your
|
|
|
|
organization's name in parentheses at the end of the string. */
|
|
|
|
|
2005-06-03 03:52:25 +00:00
|
|
|
const char version_string[] = "3.4.4 [FreeBSD] 20050518";
|
2003-07-11 04:37:16 +00:00
|
|
|
|
|
|
|
/* This is the location of the online document giving instructions for
|
|
|
|
reporting bugs. If you distribute a modified version of GCC,
|
|
|
|
please change this to refer to a document giving instructions for
|
|
|
|
reporting bugs to you, not us. (You are of course welcome to
|
|
|
|
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>";
|