summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2010-07-09 08:21:44 +0000
committerWerner Koch <wk@gnupg.org>2010-07-09 08:21:44 +0000
commit2ea261fe3c3ae818d0ac13e2c63d2ac9525a0dcc (patch)
treec6638abec0ac41f551cfc5a59990a1e8b1e2ab5f /configure.ac
parent6dc4847a38ce9617879273266fee371672a6d451 (diff)
downloadlibgcrypt-2ea261fe3c3ae818d0ac13e2c63d2ac9525a0dcc.tar.gz
Minor changes for MSVC.
Bumped LT version because we need to add an inetrface in the 1.4 branch.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 5 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index d05c9cb5..9cb99ef4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -41,9 +41,11 @@ AC_INIT([libgcrypt],
# (Interfaces removed: CURRENT++, AGE=0, REVISION=0)
# (Interfaces added: CURRENT++, AGE++, REVISION=0)
# (No interfaces changed: REVISION++)
-# NOTE: As an exception the the LT versions are already set for 1.5.0!
-LIBGCRYPT_LT_CURRENT=17
-LIBGCRYPT_LT_AGE=6
+
+# NOTE: As an exception during development of this branch the LT
+# versions are already set for 1.5.0!
+LIBGCRYPT_LT_CURRENT=18
+LIBGCRYPT_LT_AGE=7
LIBGCRYPT_LT_REVISION=0