summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2013-08-31 12:46:04 +0300
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2013-08-31 12:46:15 +0300
commitd54a152445989caebd80c00507fde0a7676d4ec8 (patch)
tree181cfea0c6b93020cc62cd06ccefd84a413900a3 /m4
parent5edeff380bb875442d59ecdb9b8fc3f927fd0368 (diff)
downloadgnutls-d54a152445989caebd80c00507fde0a7676d4ec8.tar.gz
exported gnutls_record_set_timeout
Diffstat (limited to 'm4')
-rw-r--r--m4/hooks.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/m4/hooks.m4 b/m4/hooks.m4
index 84647154b7..53936059a8 100644
--- a/m4/hooks.m4
+++ b/m4/hooks.m4
@@ -39,9 +39,9 @@ AC_DEFUN([LIBGNUTLS_HOOKS],
# Interfaces changed/added/removed: CURRENT++ REVISION=0
# Interfaces added: AGE++
# Interfaces removed: AGE=0
- AC_SUBST(LT_CURRENT, 47)
- AC_SUBST(LT_REVISION, 3)
- AC_SUBST(LT_AGE, 19)
+ AC_SUBST(LT_CURRENT, 48)
+ AC_SUBST(LT_REVISION, 0)
+ AC_SUBST(LT_AGE, 20)
AC_SUBST(LT_SSL_CURRENT, 27)
AC_SUBST(LT_SSL_REVISION, 2)