]> gcc.gnu.org Git - gcc.git/blame - gcc/version.c
Daily bump.
[gcc.git] / gcc / version.c
CommitLineData
f2b958b1 1#include "ansidecl.h"
4746ee26
KG
2#include "version.h"
3
36624850
ZW
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
3006ff7f 9const char version_string[] = "3.4 20030102 (experimental)";
36624850
ZW
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
18const char bug_report_url[] = "<URL:http://www.gnu.org/software/gcc/bugs.html>";
This page took 0.945124 seconds and 5 git commands to generate.