X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gold%2Fversion.cc;h=494e2334f2a3bd6803c5ba1030b9a89447663c94;hb=cf00cd6faf31c208bbfe107140c26895412214bb;hp=65a073f650a75010aa67431707313453ba5c166d;hpb=75fe7426f972e2298027c5add4f3433597dc078d;p=deliverable%2Fbinutils-gdb.git diff --git a/gold/version.cc b/gold/version.cc index 65a073f650..494e2334f2 100644 --- a/gold/version.cc +++ b/gold/version.cc @@ -1,6 +1,6 @@ // version.c -- print gold version information -// Copyright 2006, 2007, 200 Free Software Foundation, Inc. +// Copyright (C) 2006-2020 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. @@ -36,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.16"; // Report version information. @@ -62,8 +62,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 (C) 2020 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"));