diff options
| author | Mark Wielaard <[email protected]> | 2022-04-25 18:27:33 +0200 |
|---|---|---|
| committer | Mark Wielaard <[email protected]> | 2022-04-25 18:31:45 +0200 |
| commit | 059e690e896e37c16774047bd1fd0c9e608545b8 (patch) | |
| tree | 370421c3a78aad6b105a2b27bf6299305b47498b /lib | |
| parent | 08e448456e27339aeb326828d44069028518038a (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/ChangeLog | 4 | ||||
| -rw-r--r-- | lib/printversion.c | 2 |
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); } |
