aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2018-02-22 14:32:36 +0000
committerWerner Koch <[email protected]>2018-02-22 14:32:36 +0000
commit9581a65ccc10daededc05c55391a04022f794a4a (patch)
tree8171c8929397c74da321f4cf735e7f80e6aaa511 /common
parentgpg: Don't let gpg return failure on an invalid packet in a keyblock. (diff)
downloadgnupg-2.2.5.tar.gz
gnupg-2.2.5.zip
Release 2.2.5gnupg-2.2.5
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to '')
-rw-r--r--common/argparse.c2
-rw-r--r--common/w32info-rc.h.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/common/argparse.c b/common/argparse.c
index f5e4ceb9d..90d0ff7f3 100644
--- a/common/argparse.c
+++ b/common/argparse.c
@@ -71,7 +71,7 @@
#else /* Used by GnuPG */
# define ARGPARSE_GPL_VERSION 3
-# define ARGPARSE_CRIGHT_STR "Copyright (C) 2017 Free Software Foundation, Inc."
+# define ARGPARSE_CRIGHT_STR "Copyright (C) 2018 Free Software Foundation, Inc."
#endif /*GNUPG_MAJOR_VERSION*/
diff --git a/common/w32info-rc.h.in b/common/w32info-rc.h.in
index 4e46b978a..2ff686321 100644
--- a/common/w32info-rc.h.in
+++ b/common/w32info-rc.h.in
@@ -29,4 +29,4 @@ built on @BUILD_HOSTNAME@ at @BUILD_TIMESTAMP@\0"
#define W32INFO_PRODUCTVERSION "@VERSION@\0"
#define W32INFO_LEGALCOPYRIGHT "Copyright \xa9 \
-2017 Free Software Foundation, Inc.\0"
+2018 Free Software Foundation, Inc.\0"