Sync bootstrap-lto.mk and dfp.m4 with gcc.
[deliverable/binutils-gdb.git] / gold / version.cc
index caaa8a6a97ddd86c2123a44db2d0d30f15e81ab3..a4f5263f5f1d576ad013e9609833181446ceb48c 100644 (file)
@@ -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.9";
+static const char* version_string = "1.10";
 
 // 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 2010 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.024495 seconds and 4 git commands to generate.