summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMark Wielaard <[email protected]>2021-02-05 22:55:10 +0100
committerMark Wielaard <[email protected]>2021-02-05 22:55:10 +0100
commitae05738d35ae1f654f6ce6d9e5222be96fd8612a (patch)
tree2e9b5317830cffdfcbdff57ca486c046b232899e /lib
parent8382833a257b57b0d288be07d2d5e7af6c102869 (diff)
Prepare for 0.183
Set version to 0.183 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/ChangeLog4
-rw-r--r--lib/printversion.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 3b603bd0..371e2133 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,7 @@
+2021-02-05 Mark Wielaard <[email protected]>
+
+ * printversion.c (print_version): Update copyright year.
+
2020-12-16 Dmitry V. Levin <[email protected]>
* color.c (parse_opt): Replace gettext(...) and
diff --git a/lib/printversion.c b/lib/printversion.c
index 1f3f3d19..adf127d6 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\
-"), "2020", PACKAGE_URL);
+"), "2021", PACKAGE_URL);
}