summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2014-05-07 11:05:36 +0200
committerWerner Koch <wk@gnupg.org>2014-05-07 11:05:36 +0200
commitfc6ff6f73a51bcbbbb3757dc1386da40aa3ae75d (patch)
tree089169b6235ef424e083ea3083cecf0df8d4b7c0 /configure.ac
parenta79c4ad7c56ee4410f17beb73eeb58b0dd36bfc6 (diff)
downloadlibgcrypt-fc6ff6f73a51bcbbbb3757dc1386da40aa3ae75d.tar.gz
Bump LT version.
* configure.ac: Bumb LT version to C21/A1/R0. -- This is to avoid conflicts with the 1.6 series. Note that if we add a new interface to 1.6 we would need to bump age again.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 79f79ef3..6539a96e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -51,11 +51,12 @@ m4_define([mym4_full_version],[mym4_version[]mym4_betastring])
AC_INIT([libgcrypt],[mym4_full_version],[http://bugs.gnupg.org])
# LT Version numbers, remember to change them just *before* a release.
+# ====== NOTE: Already bumped to 21/1/0 for the 1.7.0 release. ====
# (Interfaces removed: CURRENT++, AGE=0, REVISION=0)
# (Interfaces added: CURRENT++, AGE++, REVISION=0)
# (No interfaces changed: REVISION++)
-LIBGCRYPT_LT_CURRENT=20
-LIBGCRYPT_LT_AGE=0
+LIBGCRYPT_LT_CURRENT=21
+LIBGCRYPT_LT_AGE=1
LIBGCRYPT_LT_REVISION=0