summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2006-09-25 18:53:44 +0000
committerSimon Josefsson <simon@josefsson.org>2006-09-25 18:53:44 +0000
commit6f324d3a2aa2eeb619fcf775f7a26aaac21a7ab7 (patch)
treedac641fa0197e706129e1d089a72cc703174cb0d /configure.in
parent6c281184fde1564fbb76166cefd1ed39e7e5ebba (diff)
downloadgnutls-6f324d3a2aa2eeb619fcf775f7a26aaac21a7ab7.tar.gz
Use library shared version 13 instead of 14, incrementing it was a
mistake since no API/ABI changes happened. Reported by Andreas Metzler <ametzler@downhill.at.eu.org>.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 03751e121d..7f7f18da3d 100644
--- a/configure.in
+++ b/configure.in
@@ -34,8 +34,8 @@ AB_INIT
# Interfaces added: AGE++
# Interfaces removed: AGE=0
AC_SUBST(LT_CURRENT, 14)
-AC_SUBST(LT_REVISION, 2)
-AC_SUBST(LT_AGE, 0)
+AC_SUBST(LT_REVISION, 0)
+AC_SUBST(LT_AGE, 1)
ac_full=1
GNUTLS_GCRYPT_VERSION=1:1.2.2