summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/m4/hooks.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/m4/hooks.m4 b/lib/m4/hooks.m4
index c1fc46b460..de8070f7d4 100644
--- a/lib/m4/hooks.m4
+++ b/lib/m4/hooks.m4
@@ -27,8 +27,8 @@ AC_DEFUN([LIBGNUTLS_HOOKS],
# Interfaces added: AGE++
# Interfaces removed: AGE=0
AC_SUBST(LT_CURRENT, 42)
- AC_SUBST(LT_REVISION, 6)
- AC_SUBST(LT_AGE, 17)
+ AC_SUBST(LT_REVISION, 7)
+ AC_SUBST(LT_AGE, 16)
# Used when creating the Windows libgnutls-XX.def files.
DLL_VERSION=`expr ${LT_CURRENT} - ${LT_AGE}`