summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMark Wielaard <[email protected]>2022-04-25 18:27:33 +0200
committerMark Wielaard <[email protected]>2022-04-25 18:31:45 +0200
commit059e690e896e37c16774047bd1fd0c9e608545b8 (patch)
tree370421c3a78aad6b105a2b27bf6299305b47498b /lib
parent08e448456e27339aeb326828d44069028518038a (diff)
Prepare for 0.187elfutils-0.187
Set version to 0.187 Update NEWS and elfutils.spec.in Set copyright year in configure.ac and printversion. Regenerate po/*.po files. Signed-off-by: Mark Wielaard <[email protected]>
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog4
-rw-r--r--lib/printversion.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 6b76f647..32dda566 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,7 @@
+2022-04-25 Mark Wielaard <[email protected]>
+
+ * printversion.c (print_version): Update copyright year.
+
2022-03-27 Mark Wielaard <[email protected]>
* system.h: define error_exit.
diff --git a/lib/printversion.c b/lib/printversion.c
index adf127d6..f657329c 100644
--- a/lib/printversion.c
+++ b/lib/printversion.c
@@ -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\
-"), "2021", PACKAGE_URL);
+"), "2022", PACKAGE_URL);
}