From 4a94d01597a3bc29b9d62c6f6546a889adcf8964 Mon Sep 17 00:00:00 2001 From: mmitchel Date: Mon, 16 Aug 2004 02:03:01 +0000 Subject: [PATCH] Change version information git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/csl-3_3_1-branch@86045 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/version.c | 4 ++-- 1 file 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[] = ""; +const char bug_report_url[] = ""; -- 2.11.4.GIT