* v850-tdep.c: (v850e2_register_name): (v850e2_reg_names):
[deliverable/binutils-gdb.git] / gold / version.cc
index 2e4b7776f2e9bdc925f8d24be1ef3b2da9cd66a1..37977e5f787b546cc8b29e2582f1ddab99f03cd0 100644 (file)
@@ -1,6 +1,7 @@
 // version.c -- print gold version information
 
-// Copyright 2006, 2007, 200 Free Software Foundation, Inc.
+// Copyright 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013
+// Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <iant@google.com>.
 
 // This file is part of gold.
@@ -23,6 +24,7 @@
 #include "gold.h"
 
 #include <string>
+#include <cstdio>
 
 #include "../bfd/bfdver.h"
 
@@ -35,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.8";
+static const char* version_string = "1.11";
 
 // Report version information.
 
@@ -61,8 +63,8 @@ print_version(bool print_short)
   if (!print_short)
     {
       // This output is intended to follow the GNU standards.
-      printf (_("Copyright 2008 Free Software Foundation, Inc.\n"));
-      printf (_("\
+      printf(_("Copyright 2013 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"));
This page took 0.023814 seconds and 4 git commands to generate.