From ec033383618c4b3739783d31ca4dc70c9bb4fcfe Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 30 Mar 2011 11:22:56 +0200 Subject: Add a version string to the binary --- compat/compat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compat') 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"; -- cgit v1.2.1