summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2007-08-11 14:35:35 +0200
committerSimon Josefsson <simon@josefsson.org>2007-08-11 14:35:35 +0200
commit76a2f1a930715f2a70d89db6d7e4f5690a405545 (patch)
treef83e4757fda6f84328f901219e5f2399bedbdc27
parent3d5e85faf9d1dbb3cf2d58f9accfc8d2db917016 (diff)
downloadgnutls-76a2f1a930715f2a70d89db6d7e4f5690a405545.tar.gz
Set shared library version correctly.
-rw-r--r--configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 06645fe12d..b38d60e683 100644
--- a/configure.in
+++ b/configure.in
@@ -35,9 +35,9 @@ AB_INIT
# Interfaces changed/added/removed: CURRENT++ REVISION=0
# Interfaces added: AGE++
# Interfaces removed: AGE=0
-AC_SUBST(LT_CURRENT, 20)
-AC_SUBST(LT_REVISION, 9)
-AC_SUBST(LT_AGE, 7)
+AC_SUBST(LT_CURRENT, 21)
+AC_SUBST(LT_REVISION, 0)
+AC_SUBST(LT_AGE, 8)
ac_full=1
# Used when creating the Windows libgnutls-XX.def files.