summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-06-04 10:27:38 +0200
committerSimon Josefsson <simon@josefsson.org>2008-06-04 10:27:38 +0200
commit3f3b7efecf7d81d536a55a315218920884aa8ddf (patch)
tree663e187f0f8d40b540ca25b129b751eedb7a4f98
parent639425f8b816802560d3dc563e5a31107e6be3f5 (diff)
downloadgnutls-3f3b7efecf7d81d536a55a315218920884aa8ddf.tar.gz
Bump ABI version due to added symbols.
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 4ff3b8c671..cdb3f244b0 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, 27)
+AC_SUBST(LT_CURRENT, 30)
AC_SUBST(LT_REVISION, 0)
-AC_SUBST(LT_AGE, 0)
+AC_SUBST(LT_AGE, 4)
ac_full=1
# Used when creating the Windows libgnutls-XX.def files.