summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2011-09-15 16:54:33 +0200
committerWerner Koch <wk@gnupg.org>2011-09-15 16:54:33 +0200
commitfc9eec3626fcb9a3d4043d779462c4fc39cd51ae (patch)
tree0a61928c4ffecfe0eeb140f89c8af6f50de9a4e1 /configure.ac
parenta316a514925227afc4cfe4a2295ce3afa30ae74c (diff)
downloadlibgcrypt-fc9eec3626fcb9a3d4043d779462c4fc39cd51ae.tar.gz
Removed the AC interface (gcry_ac_*)
This interface has long been deprecated. It was also initially only declared as an experimental interface. It added its own kind of complexity and we found that it does not make applications easier to read. Modern features of Libgcrypt were not supported and its removal reduces the SLOC which is a Good Thing from a security POV.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac9
1 files changed, 5 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index bcb458f8..ab160c3c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -41,10 +41,11 @@ AC_INIT([libgcrypt],
# (Interfaces removed: CURRENT++, AGE=0, REVISION=0)
# (Interfaces added: CURRENT++, AGE++, REVISION=0)
# (No interfaces changed: REVISION++)
-# Note: To avoid LT version number clashes with the 1.5 branch please
-# make sure to update current and age beore releasing anything.
-LIBGCRYPT_LT_CURRENT=18
-LIBGCRYPT_LT_AGE=7
+# 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_AGE=0
LIBGCRYPT_LT_REVISION=0