OSDN Git Service

c4e8d2c3111a7db32805e9124281dba01509b7c0
[pf3gnuchains/gcc-fork.git] / gcc / version.c
1 #include "version.h"
2
3 /* This is the string reported as the version number by all components
4    of the compiler.  If you distribute a modified version of GCC,
5    please modify this string to indicate that, e.g. by putting your
6    organization's name in parentheses at the end of the string.  */
7
8 const char version_string[] = "4.0.0 20050224 (experimental)";
9
10 /* This is the location of the online document giving instructions for
11    reporting bugs.  If you distribute a modified version of GCC,
12    please change this to refer to a document giving instructions for
13    reporting bugs to you, not us.  (You are of course welcome to
14    forward us bugs reported to you, if you determine that they are
15    not bugs in your modifications.)  */
16
17 const char bug_report_url[] = "<URL:http://gcc.gnu.org/bugs.html>";