[git] GCRYPT - branch, master, updated. post-nuke-of-trailing-ws-21-gec03338

by Werner Koch cvs at cvs.gnupg.org
Wed Mar 30 11:49:34 CEST 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GNU crypto library".

The branch, master has been updated
       via  ec033383618c4b3739783d31ca4dc70c9bb4fcfe (commit)
      from  dd76819014c4e9d75c4b9613e888f7536c676a46 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ec033383618c4b3739783d31ca4dc70c9bb4fcfe
Author: Werner Koch <wk at gnupg.org>
Date:   Wed Mar 30 11:22:56 2011 +0200

    Add a version string to the binary

diff --git a/ChangeLog b/ChangeLog
index c72b1c5..e3ff5db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-03-30  Werner Koch  <wk at g10code.com>
+
+	* compat/compat.c (_gcry_compat_identification): Add version string.
+
 2011-03-08  Werner Koch  <wk at g10code.com>
 
 	* configure.ac (BUILD_REVISION): Use new git_brevis macro.
diff --git a/compat/compat.c b/compat/compat.c
index 076f520..e2a0393 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";

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog       |    4 ++++
 compat/compat.c |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
The GNU crypto library
http://git.gnupg.org




More information about the Gnupg-commits mailing list