summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-01-17 11:16:27 +0100
committerSimon Josefsson <simon@josefsson.org>2008-01-17 11:16:27 +0100
commit8d3fbbaa0d81aad2b671836d9a8ca3a7ff6247fa (patch)
treee46052d097b5a2d87bee886b228c10a1604bdb96
parent6bce105b319c68b6b768e77086499f6d07c5c8d9 (diff)
downloadgnutls-8d3fbbaa0d81aad2b671836d9a8ca3a7ff6247fa.tar.gz
Don't bump libtool versions, the ABI change has been reverted.
-rw-r--r--configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 1795710c8c..b617e70e5e 100644
--- a/configure.in
+++ b/configure.in
@@ -36,9 +36,9 @@ AB_INIT
# Interfaces changed/added/removed: CURRENT++ REVISION=0
# Interfaces added: AGE++
# Interfaces removed: AGE=0
-AC_SUBST(LT_CURRENT, 28)
-AC_SUBST(LT_REVISION, 0)
-AC_SUBST(LT_AGE, 2)
+AC_SUBST(LT_CURRENT, 27)
+AC_SUBST(LT_REVISION, 2)
+AC_SUBST(LT_AGE, 1)
ac_full=1
# Used when creating the Windows libgnutls-XX.def files.