diff options
author | Mark Wielaard <mark@klomp.org> | 2023-03-03 16:13:52 +0100 |
---|---|---|
committer | Mark Wielaard <mark@klomp.org> | 2023-03-03 16:13:52 +0100 |
commit | 67a187d4c1790058fc7fd218317851cb68bb087c (patch) | |
tree | aa10c73d447f061964c0519f948e46f07042ca45 /lib | |
parent | 0a52a7dc8b96cf7bc1733176b1660303157e0afa (diff) | |
download | elfutils-67a187d4c1790058fc7fd218317851cb68bb087c.tar.gz |
Prepare for 0.189elfutils-0.189
Set version to 0.189
Update NEWS and elfutils.spec.in
Set copyright year in configure.ac and printversion.
Regenerate po/*.po files.
Signed-off-by: Mark Wielaard <mark@klomp.org>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/printversion.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/printversion.c b/lib/printversion.c index 7d31fa83..be629b59 100644 --- a/lib/printversion.c +++ b/lib/printversion.c @@ -40,5 +40,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\ -"), "2022", PACKAGE_URL); +"), "2023", PACKAGE_URL); } |