gold: Handle DW_AT_high_pc as offset from DW_AT_low_pc in gdb-index.cc.
[binutils-gdb.git] / gold / version.cc
index 31753f7e53ae4ea15bef71ccf160f74d86b07d10..0b6e257dbaf51333b823674b3025009a97a2a323 100644 (file)
@@ -1,6 +1,6 @@
 // version.c -- print gold version information
 
-// Copyright 2006, 2007, 2008, 2009, 2010
+// Copyright 2006, 2007, 2008, 2009, 2010, 2011
 // Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <iant@google.com>.
 
@@ -37,7 +37,7 @@ namespace gold
 // version number from configure.ac.  But it's easier to just change
 // this file for now.
 
-static const char* version_string = "1.10";
+static const char* version_string = "1.11";
 
 // Report version information.
 
@@ -63,8 +63,8 @@ print_version(bool print_short)
   if (!print_short)
     {
       // This output is intended to follow the GNU standards.
-      printf (_("Copyright 2010 Free Software Foundation, Inc.\n"));
-      printf (_("\
+      printf(_("Copyright 2011 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 version 3 or (at your option) a later version.\n\
 This program has absolutely no warranty.\n"));