summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2007-12-03 12:01:44 +0100
committerSimon Josefsson <simon@josefsson.org>2007-12-03 12:01:44 +0100
commit1794479785f65bb25e9cdfb3017f2caa1e22be65 (patch)
tree9aa07dfb81b39fc7a102efba1e403ad06c13b52b
parentc95397c759ae1cb25b76defefbe301363237f645 (diff)
downloadgnutls-1794479785f65bb25e9cdfb3017f2caa1e22be65.tar.gz
Bump to indicate added ABI.
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 52870e6cbb..b9daffdc4c 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, 26)
+AC_SUBST(LT_CURRENT, 27)
AC_SUBST(LT_REVISION, 0)
-AC_SUBST(LT_AGE, 0)
+AC_SUBST(LT_AGE, 1)
ac_full=1
# Used when creating the Windows libgnutls-XX.def files.