OSDN Git Service

Daily bump.
[pf3gnuchains/gcc-fork.git] / gcc / version.c
1 #include "ansidecl.h"
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
9 const char version_string[] = "3.4 20030619 (experimental)";
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
18 const char bug_report_url[] = "<URL:http://gcc.gnu.org/bugs.html>";