]>
Commit | Line | Data |
---|---|---|
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 | ||
006425bf | 9 | const char version_string[] = "3.4 20030307 (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 | ||
18 | const char bug_report_url[] = "<URL:http://www.gnu.org/software/gcc/bugs.html>"; |