* vax-dis.c (entry_mask_bit): New array.
[deliverable/binutils-gdb.git] / binutils / version.c
index f965619d41aa0ddfabe87ddadebce29757042600..26595fd4389a1028f07cd03171897d3599ed834d 100644 (file)
@@ -1,5 +1,5 @@
 /* version.c -- binutils version information
-   Copyright 1991, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
+   Copyright 1991, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
    Free Software Foundation, Inc.
 
    This file is part of GNU Binutils.
@@ -32,7 +32,7 @@ print_version (const char *name)
   /* This output is intended to follow the GNU standards document.  */
   /* xgettext:c-format */
   printf ("GNU %s %s\n", name, BFD_VERSION_STRING);
-  printf (_("Copyright 2004 Free Software Foundation, Inc.\n"));
+  printf (_("Copyright 2005 Free Software Foundation, Inc.\n"));
   printf (_("\
 This program is free software; you may redistribute it under the terms of\n\
 the GNU General Public License.  This program has absolutely no warranty.\n"));
This page took 0.024129 seconds and 4 git commands to generate.