summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorAaron Merey <[email protected]>2025-04-25 15:26:36 -0400
committerAaron Merey <[email protected]>2025-04-25 15:26:36 -0400
commit853c2943b582ac65fda6c28eaea21a1595fbaecd (patch)
tree994450f78ebb37a91c24a1faa34ad2e49eb39f27 /lib
parent921d0e0b58f78af9e0b6d46b974e68420092cad0 (diff)
Prepare for 0.193elfutils-0.193
Set version to 0.193. Update NEWS, elftuils.spec.in and lib/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 2e6c54b3..91811508 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\
-"), "2024", PACKAGE_URL);
+"), "2025", PACKAGE_URL);
}