From ab6c6e434e4ca0bf593007d49dee6eceb73286c0 Mon Sep 17 00:00:00 2001 From: kan Date: Sat, 26 Aug 2006 21:29:10 +0000 Subject: Gcc 3.4.6 as of 2006/08/25 #116475. --- contrib/gcc/gcc.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'contrib/gcc/gcc.c') diff --git a/contrib/gcc/gcc.c b/contrib/gcc/gcc.c index 5d77e23..ee380ed 100644 --- a/contrib/gcc/gcc.c +++ b/contrib/gcc/gcc.c @@ -1,6 +1,8 @@ /* Compiler driver program that can handle many languages. Copyright (C) 1987, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. + 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, + Inc. This file is part of GCC. @@ -3362,7 +3364,7 @@ process_command (int argc, const char **argv) { /* translate_options () has turned --version into -fversion. */ printf (_("%s (GCC) %s\n"), programname, version_string); - printf ("Copyright %s 2004 Free Software Foundation, Inc.\n", + printf ("Copyright %s 2006 Free Software Foundation, Inc.\n", _("(C)")); fputs (_("This is free software; see the source for copying conditions. There is NO\n\ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\n"), -- cgit v1.1