summaryrefslogtreecommitdiff
path: root/compat
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2017-07-18 16:13:18 +0200
committerWerner Koch <wk@gnupg.org>2017-07-18 16:13:18 +0200
commit850aca744eeda5fd410f478a0778e353045ac962 (patch)
tree540f638749587d5ed06a5d721d6308e55a4ff7ec /compat
parentffb66ff0f9af0f5caccfbe355684821e2a3861e7 (diff)
downloadlibgcrypt-850aca744eeda5fd410f478a0778e353045ac962.tar.gz
Release 1.8.0libgcrypt-1.8.0
Signed-off-by: Werner Koch <wk@gnupg.org>
Diffstat (limited to 'compat')
-rw-r--r--compat/compat.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/compat/compat.c b/compat/compat.c
index 96b3e2e9..b835293e 100644
--- a/compat/compat.c
+++ b/compat/compat.c
@@ -30,9 +30,9 @@ _gcry_compat_identification (void)
static const char blurb[] =
"\n\n"
"This is Libgcrypt " PACKAGE_VERSION " - The GNU Crypto Library\n"
- "Copyright (C) 2000-2016 Free Software Foundation, Inc.\n"
- "Copyright (C) 2012-2016 g10 Code GmbH\n"
- "Copyright (C) 2013-2016 Jussi Kivilinna\n"
+ "Copyright (C) 2000-2017 Free Software Foundation, Inc.\n"
+ "Copyright (C) 2012-2017 g10 Code GmbH\n"
+ "Copyright (C) 2013-2017 Jussi Kivilinna\n"
"\n"
"(" BUILD_REVISION " " BUILD_TIMESTAMP ")\n"
"\n\n";