summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2018-06-01 21:16:56 +0200
committerMark Wielaard <mark@klomp.org>2018-06-01 21:16:56 +0200
commitcf65ca1428a5e300e6c6813d5b17e01e16570add (patch)
tree782cf36ae227fbc4ab64b67d0454ae2b88a64f57 /lib
parente2872c91f65301b202b84497b2b955f9e9613d00 (diff)
Prepare for 0.171.elfutils-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 <mark@klomp.org>
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog4
-rw-r--r--lib/printversion.c4
2 files changed, 6 insertions, 2 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 0f03dab0..fbe34a82 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,7 @@
+2018-06-01 Mark Wielaard <mark@klomp.org>
+
+ * printversion.c (print_version): Update copyright year.
+
2018-02-09 Joshua Watt <JPEWhacker@gmail.com>
* eu-config.h (FALLTHROUGH): New macro.
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);
}