[svn] gcry - r1177 - in branches/LIBGCRYPT-1-2-BRANCH: . src

svn author wk cvs at cvs.gnupg.org
Mon Aug 28 14:45:48 CEST 2006


Author: wk
Date: 2006-08-28 14:45:47 +0200 (Mon, 28 Aug 2006)
New Revision: 1177

Modified:
   branches/LIBGCRYPT-1-2-BRANCH/NEWS
   branches/LIBGCRYPT-1-2-BRANCH/configure.ac
   branches/LIBGCRYPT-1-2-BRANCH/src/gcrypt.h
Log:
Post release updates


Modified: branches/LIBGCRYPT-1-2-BRANCH/NEWS
===================================================================
--- branches/LIBGCRYPT-1-2-BRANCH/NEWS	2006-08-28 12:40:07 UTC (rev 1176)
+++ branches/LIBGCRYPT-1-2-BRANCH/NEWS	2006-08-28 12:45:47 UTC (rev 1177)
@@ -1,3 +1,7 @@
+Noteworthy changes in version 1.2.4
+------------------------------------------------
+
+
 Noteworthy changes in version 1.2.3 (2006-08-28)
 ------------------------------------------------
 

Modified: branches/LIBGCRYPT-1-2-BRANCH/configure.ac
===================================================================
--- branches/LIBGCRYPT-1-2-BRANCH/configure.ac	2006-08-28 12:40:07 UTC (rev 1176)
+++ branches/LIBGCRYPT-1-2-BRANCH/configure.ac	2006-08-28 12:45:47 UTC (rev 1177)
@@ -27,7 +27,7 @@
 # but remove a "-cvs" prefix right *before* a release and append it
 # soon later.
 
-AC_INIT(libgcrypt, 1.2.3, bug-libgcrypt at gnupg.org)
+AC_INIT(libgcrypt, 1.2.4-cvs, bug-libgcrypt at gnupg.org)
 
 # LT Version numbers, remember to change them just *before* a release.
 #   (Interfaces removed:    CURRENT++, AGE=0, REVISION=0)

Modified: branches/LIBGCRYPT-1-2-BRANCH/src/gcrypt.h
===================================================================
--- branches/LIBGCRYPT-1-2-BRANCH/src/gcrypt.h	2006-08-28 12:40:07 UTC (rev 1176)
+++ branches/LIBGCRYPT-1-2-BRANCH/src/gcrypt.h	2006-08-28 12:45:47 UTC (rev 1177)
@@ -49,7 +49,7 @@
    autoconf (using the AM_PATH_GCRYPT macro) check that this header
    matches the installed library.  Note: Do not edit the next line as
    configure may fix the string here.  */
-#define GCRYPT_VERSION "1.2.3-cvs"
+#define GCRYPT_VERSION "1.2.4-cvs"
 
 /* Internal: We can't use the convenience macros for the multi
    precision integer functions when building this library. */




More information about the Gnupg-commits mailing list