* options.cc: Include "demangle.h".
[deliverable/binutils-gdb.git] / gold / version.cc
index 2e6a136b1351286d444057e578ca01b62ae7e24a..489880dff9886950c599d75dde7e099aaa90e105 100644 (file)
@@ -1,6 +1,6 @@
 // version.c -- print gold version information
 
-// Copyright 2006, 2007 Free Software Foundation, Inc.
+// Copyright 2006, 2007, 200 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <iant@google.com>.
 
 // This file is part of gold.
@@ -33,7 +33,7 @@ namespace gold
 // version number from configure.ac.  But it's easier to just change
 // this file for now.
 
-static const char* version_string = "0.9";
+static const char* version_string = "1.4";
 
 // Report version information.
 
@@ -47,7 +47,7 @@ print_version(bool print_short)
   if (!print_short)
     {
       // This output is intended to follow the GNU standards.
-      printf (_("Copyright 2007 Free Software Foundation, Inc.\n"));
+      printf (_("Copyright 2008 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 page took 0.024761 seconds and 4 git commands to generate.