X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gold%2Fversion.cc;h=ec17019e3d674db045cf26d9e27ae8dfddc5e02a;hb=747cfc8c6bb23d40b3fa987f6c3df9d3a0d7b817;hp=9b0a9d9b95c52e444836b7199c060c375c7b76b1;hpb=e24f324cc638a23896ed695323a4be47e4895102;p=deliverable%2Fbinutils-gdb.git diff --git a/gold/version.cc b/gold/version.cc index 9b0a9d9b95..ec17019e3d 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-2019 Free Software Foundation, Inc. // Written by Ian Lance Taylor . // This file is part of gold. @@ -23,6 +23,7 @@ #include "gold.h" #include +#include #include "../bfd/bfdver.h" @@ -35,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.5"; +static const char* version_string = "1.16"; // Report version information. @@ -61,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) 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\ This program has absolutely no warranty.\n"));