summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-07-08 17:02:44 +0200
committerSimon Josefsson <simon@josefsson.org>2008-07-08 17:02:44 +0200
commit77fa0a0a179454e25adf977f657e462518afc01a (patch)
tree39a1f1bd735835663d0ac7398e42e89d8ea9f286 /configure.in
parent3e8cd4b2daf353a32baeb12103e8f421628ad0f6 (diff)
downloadgnutls-77fa0a0a179454e25adf977f657e462518afc01a.tar.gz
Bump libtool library version because we added interfaces.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 516e58e100..1350da93f6 100644
--- a/configure.in
+++ b/configure.in
@@ -32,9 +32,9 @@ AM_CONFIG_HEADER(config.h)
# Interfaces changed/added/removed: CURRENT++ REVISION=0
# Interfaces added: AGE++
# Interfaces removed: AGE=0
-AC_SUBST(LT_CURRENT, 31)
-AC_SUBST(LT_REVISION, 2)
-AC_SUBST(LT_AGE, 5)
+AC_SUBST(LT_CURRENT, 32)
+AC_SUBST(LT_REVISION, 0)
+AC_SUBST(LT_AGE, 6)
# Used when creating the Windows libgnutls-XX.def files.
SOVERSION=`expr ${LT_CURRENT} - ${LT_AGE}`