summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2012-11-05 20:28:03 +0100
committerWerner Koch <wk@gnupg.org>2012-11-05 20:28:03 +0100
commit7af98ef78d45e813f47ae4e180a02757a379953f (patch)
tree2f74dc94ed329c084994545b27ea0240e117283a
parent1241fbbc896e9bbad68f1007a17b20493f6cd1af (diff)
downloadlibgcrypt-7af98ef78d45e813f47ae4e180a02757a379953f.tar.gz
Prepare for a backported interface in 1.5.1.
* configure.ac: Bump LT version at C20/A0/R0 to adjust for a planned API update in 1.5.1.
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 465330a0..a0fd09b2 100644
--- a/NEWS
+++ b/NEWS
@@ -27,7 +27,7 @@ Noteworthy changes in version 1.6.0 (unreleased)
gcry_md_list REMOVED.
gcry_md_start_debug REMOVED (macro).
gcry_md_stop_debug REMOVED (macro).
-
+ GCRYCTL_SET_ENFORCED_FIPS_FLAG NEW.
Noteworthy changes in version 1.5.0 (2011-06-29)
diff --git a/configure.ac b/configure.ac
index b152c0f7..3a5bccd2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -52,7 +52,7 @@ AC_INIT([libgcrypt],[mym4_full_version],[http://bugs.gnupg.org])
# CAUTION: Due to the ABI change in 1.6 the LT version numbers below have
# already been set for the next release. Thus don't update them for
# the 1.6.0 release.
-LIBGCRYPT_LT_CURRENT=19
+LIBGCRYPT_LT_CURRENT=20
LIBGCRYPT_LT_AGE=0
LIBGCRYPT_LT_REVISION=0