X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gold%2Fversion.cc;h=23695412a927c2aa360bac63198c317ee568f0a3;hb=d4f3a0e91896a0aad797e221ba6876ba7f0cd05c;hp=caaa8a6a97ddd86c2123a44db2d0d30f15e81ab3;hpb=36c50e63be36f6ea563138d0f7b54ff6d2c358fc;p=platform%2Fupstream%2Fbinutils.git diff --git a/gold/version.cc b/gold/version.cc index caaa8a6..2369541 100644 --- a/gold/version.cc +++ b/gold/version.cc @@ -1,7 +1,6 @@ // version.c -- print gold version information -// Copyright 2006, 2007, 2008, 2009, 2010 -// Free Software Foundation, Inc. +// Copyright (C) 2006-2014 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. @@ -37,7 +36,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.11"; // Report version information. @@ -63,8 +62,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 (C) 2014 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"));