summaryrefslogtreecommitdiff
path: root/compat
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2011-03-30 11:22:56 +0200
committerWerner Koch <wk@gnupg.org>2011-03-30 11:22:56 +0200
commitec033383618c4b3739783d31ca4dc70c9bb4fcfe (patch)
tree0f267f2d6d6f4218f8f93724d1d8a89de7d7d6b1 /compat
parentdd76819014c4e9d75c4b9613e888f7536c676a46 (diff)
downloadlibgcrypt-ec033383618c4b3739783d31ca4dc70c9bb4fcfe.tar.gz
Add a version string to the binary
Diffstat (limited to 'compat')
-rw-r--r--compat/compat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/compat.c b/compat/compat.c
index 076f5201..e2a03933 100644
--- a/compat/compat.c
+++ b/compat/compat.c
@@ -27,7 +27,7 @@ _gcry_compat_identification (void)
{
static const char blurb[] =
"\n\n"
- "This is Libgcrypt - The GNU Crypto Library\n"
+ "This is Libgcrypt " PACKAGE_VERSION " - The GNU Crypto Library\n"
"Copyright 2000, 2002, 2003, 2004, 2007, 2008, 2009,\n"
" 2010, 2011 Free Software Foundation, Inc.\n"
"\n\n";