Merge from the pain train
[official-gcc.git] / gcc / version.c
blob8e0e86d89e37a81fd6f8c7d2aaf515bd00a84d8e
1 #include "version.h"
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. */
8 const char version_string[] = "4.1.0-structure-aliasing (merged 20050226)";
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.) */
17 const char bug_report_url[] = "<URL:http://gcc.gnu.org/bugs.html>";