# $Header: /root/magellan-cvs/src/gcc/gcc-4.0.2-magellan-version.patch,v 1.1 2005-10-13 15:36:41 niro Exp $ magellan version branding --- gcc/version.c.orig 2005-10-05 20:14:11.000000000 +0000 +++ gcc/version.c 2005-10-05 20:14:57.000000000 +0000 @@ -5,7 +5,7 @@ please modify this string to indicate that, e.g. by putting your organization's name in parentheses at the end of the string. */ -const char version_string[] = "4.0.2"; +const char version_string[] = "4.0.2 (Magellan-Linux)"; /* This is the location of the online document giving instructions for reporting bugs. If you distribute a modified version of GCC, @@ -14,4 +14,4 @@ forward us bugs reported to you, if you determine that they are not bugs in your modifications.) */ -const char bug_report_url[] = ""; +const char bug_report_url[] = "";