From: Nikos Mavrogiannopoulos Date: Mon, 11 Aug 2014 13:39:39 +0000 (+0200) Subject: bumped current and age version to allow 3.3.x releases with new symbols X-Git-Tag: gnutls_3_4_0~1076 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=098fa00a99fed9f8973acda90aab6f4464489cbd;p=thirdparty%2Fgnutls.git bumped current and age version to allow 3.3.x releases with new symbols --- diff --git a/m4/hooks.m4 b/m4/hooks.m4 index 056ae200f9..015813576e 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 (+bump all symbol versions in .map) - AC_SUBST(LT_CURRENT, 67) + AC_SUBST(LT_CURRENT, 83) AC_SUBST(LT_REVISION, 0) - AC_SUBST(LT_AGE, 39) + AC_SUBST(LT_AGE, 55) AC_SUBST(LT_SSL_CURRENT, 27) AC_SUBST(LT_SSL_REVISION, 2)