summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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