summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorAaron Merey <[email protected]>2024-03-01 12:31:49 -0500
committerAaron Merey <[email protected]>2024-03-01 12:31:49 -0500
commit18a015c0b0787ba5acb39801ab7c17dac50f584d (patch)
tree61c13c783bed9498ae6fd5f04fe9c1c7a882c04d /lib
parentec5ce487c15dcd709d033dd5693b468ac34223ce (diff)
Prepare for 0.191elfutils-0.191
Set version to 0.191 Update NEWS, elfutils.spec.in and printversion.c. Regenerate po/*.po files. Signed-off-by: Aaron Merey <[email protected]>
Diffstat (limited to 'lib')
-rw-r--r--lib/printversion.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/printversion.c b/lib/printversion.c
index be629b59..2e6c54b3 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\
-"), "2023", PACKAGE_URL);
+"), "2024", PACKAGE_URL);
}