summaryrefslogtreecommitdiff
path: root/lib/printversion.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/printversion.c')
-rw-r--r--lib/printversion.c2
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);
}