From cf65ca1428a5e300e6c6813d5b17e01e16570add Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Fri, 1 Jun 2018 21:16:56 +0200 Subject: Prepare for 0.171. Set version to 0.171. Update po/*.po files. Mention DWARF5, split dwarf and GNU DebugFission support in NEWS. Signed-off-by: Mark Wielaard --- lib/printversion.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/printversion.c') diff --git a/lib/printversion.c b/lib/printversion.c index 263c1060..17832f40 100644 --- a/lib/printversion.c +++ b/lib/printversion.c @@ -1,5 +1,5 @@ /* Common argp_print_version_hook for all tools. - Copyright (C) 2016, 2017 Red Hat, Inc. + Copyright (C) 2016, 2017, 2018 Red Hat, Inc. This file is part of elfutils. This file is free software; you can redistribute it and/or modify @@ -41,5 +41,5 @@ print_version (FILE *stream, struct argp_state *state) Copyright (C) %s The elfutils developers <%s>.\n\ This is free software; see the source for copying conditions. There is NO\n\ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\ -"), "2017", PACKAGE_URL); +"), "2018", PACKAGE_URL); } -- cgit v1.2.3