Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 48528
Collapse All | Expand All

(-)gcc/version.c.old (-2 / +2 lines)
Lines 5-11 Link Here
5
   please modify this string to indicate that, e.g. by putting your
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.  */
6
   organization's name in parentheses at the end of the string.  */
7
7
8
const char version_string[] = "3.4.0";
8
const char version_string[] = "3.4.0 @GENTOO@";
9
9
10
/* This is the location of the online document giving instructions for
10
/* This is the location of the online document giving instructions for
11
   reporting bugs.  If you distribute a modified version of GCC,
11
   reporting bugs.  If you distribute a modified version of GCC,
Lines 14-17 Link Here
14
   forward us bugs reported to you, if you determine that they are
14
   forward us bugs reported to you, if you determine that they are
15
   not bugs in your modifications.)  */
15
   not bugs in your modifications.)  */
16
16
17
const char bug_report_url[] = "<URL:http://gcc.gnu.org/bugs.html>";
17
const char bug_report_url[] = "<URL:http://bugs.gentoo.org/>";

Return to bug 48528