diff options
| author | Mark Wielaard <[email protected]> | 2017-05-05 09:47:29 +0200 |
|---|---|---|
| committer | Mark Wielaard <[email protected]> | 2017-05-05 09:47:35 +0200 |
| commit | 6358858c4d65e8fb12a112198ee1d4bcab0be876 (patch) | |
| tree | de50d3d3e0b38dca095ea323a27b15ea4a14bb7f /lib/printversion.c | |
| parent | d7e1e08f68afd6c3363231e3100fa0124a2d5cb6 (diff) | |
Prepare for 0.169.elfutils-0.169
Set version to 0.169. Update copyright year. Update po/*.po files.
And add user visible changes to new 0.169 NEWS section.
Signed-off-by: Mark Wielaard <[email protected]>
Diffstat (limited to 'lib/printversion.c')
| -rw-r--r-- | lib/printversion.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/printversion.c b/lib/printversion.c index 4056b938..263c1060 100644 --- a/lib/printversion.c +++ b/lib/printversion.c @@ -1,5 +1,5 @@ /* Common argp_print_version_hook for all tools. - Copyright (C) 2016 Red Hat, Inc. + Copyright (C) 2016, 2017 Red Hat, Inc. This file is part of elfutils. This file is free software; you can redistribute it and/or modify @@ -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\ -"), "2016", PACKAGE_URL); +"), "2017", PACKAGE_URL); } |
