aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2004-08-16 02:03:01 +0000
committerMark Mitchell <mark@codesourcery.com>2004-08-16 02:03:01 +0000
commit4c87bc91ad293295579cf51f6e42a32d07425612 (patch)
tree2415e41530f7cbcd050378279d15d11304962625
parent3efa4ab07e526aa826114a089356809d2fac0447 (diff)
Change version informationcsl-3_3_1-branch
git-svn-id: https://gcc.gnu.org/svn/gcc/branches/csl-3_3_1-branch@86045 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/version.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/version.c b/gcc/version.c
index fadd8b1b8cf..eb4b5c87766 100644
--- a/gcc/version.c
+++ b/gcc/version.c
@@ -6,7 +6,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[] = "3.3.1";
+const char version_string[] = "3.3.1 (CodeSourcery, LLC)";
/* This is the location of the online document giving instructions for
reporting bugs. If you distribute a modified version of GCC,
@@ -15,4 +15,4 @@ const char version_string[] = "3.3.1";
forward us bugs reported to you, if you determine that they are
not bugs in your modifications.) */
-const char bug_report_url[] = "<URL:http://gcc.gnu.org/bugs.html>";
+const char bug_report_url[] = "<URL:https://support.codesourcery.com/GNUToolchain/>";