OSDN Git Service

b91cedf86b5ece65d141f8a20500db0f4f92eada
[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 20041111 (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>";