X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gold%2Fversion.cc;h=ec17019e3d674db045cf26d9e27ae8dfddc5e02a;hb=e0fad1eadfcb68d543cdd96f44dca86364778fa2;hp=5fd23951a5dc2345430aea7bd81013134397685b;hpb=221fd5d598e7dcf7b953150986a501b462b99891;p=deliverable%2Fbinutils-gdb.git diff --git a/gold/version.cc b/gold/version.cc index 5fd23951a5..ec17019e3d 100644 --- a/gold/version.cc +++ b/gold/version.cc @@ -1,7 +1,6 @@ // version.c -- print gold version information -// Copyright 2006-2014 -// Free Software Foundation, Inc. +// Copyright (C) 2006-2019 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.11"; +static const char* version_string = "1.16"; // Report version information. @@ -63,7 +62,7 @@ print_version(bool print_short) if (!print_short) { // This output is intended to follow the GNU standards. - printf(_("Copyright 2014 Free Software Foundation, Inc.\n")); + printf(_("Copyright (C) 2019 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\