]> gcc.gnu.org Git - gcc.git/blame - gcc/version.c
Daily bump.
[gcc.git] / gcc / version.c
CommitLineData
4746ee26
KG
1#include "version.h"
2
36624850
ZW
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
f701326e 8const char version_string[] = "3.5.0 20040409 (experimental)";
36624850
ZW
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
b47161ec 17const char bug_report_url[] = "<URL:http://gcc.gnu.org/bugs.html>";
This page took 1.472229 seconds and 5 git commands to generate.